Skip to content

Commit

Permalink
fix: string concat escape in destination block (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: leonsteinhaeuser <leon.steinhaeuser@tagesspiegel.de>
  • Loading branch information
leonsteinhaeuser authored Aug 15, 2024
1 parent 82eed86 commit dc5a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "argocd_application_set" "this" {
{{- if .namespace_overwrite }}
{{- .namespace_overwrite }}
{{- else }}
{{- if ne \"${var.target_namespace_overwrite}\" \"\" }}
{{- if ne "${var.target_namespace_overwrite}" "" }}
${var.target_namespace_overwrite}
{{- else }}
${var.project_name}-${local.resource_name}
Expand Down

0 comments on commit dc5a1ba

Please sign in to comment.