feat: add nomad template (#9786)

This commit is contained in:
Muhammad Atif Ali
2023-09-21 11:54:56 +03:00
committed by GitHub
parent b742661abd
commit fa858531a8
8 changed files with 359 additions and 3 deletions

View File

@ -34,6 +34,7 @@ var (
//go:embed templates/gcp-vm-container
//go:embed templates/gcp-windows
//go:embed templates/kubernetes
//go:embed templates/nomad-docker
files embed.FS
exampleBasePath = "https://github.com/coder/coder/tree/main/examples/templates/"