Skip to content

Commit

Permalink
Add quoting for namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub committed Aug 8, 2023
1 parent bb031c8 commit 13c7693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ job [[ coalesce ( var "job_name" .) (meta "pack.name" .) | quote ]] {
region = [[.region ]]
[[- end ]]
[[- if (var "namespace" .) ]]
namespace = [[ var "namespace" . ]]
namespace = [[ var "namespace" . | quote ]]
[[- end ]]
datacenters = [[ var "datacenters" . | toJson ]]
type = "service"
Expand Down

0 comments on commit 13c7693

Please sign in to comment.