We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 713c6b0 + 9b84755 commit 6308505Copy full SHA for 6308505
apps/appsets/appset-understack-site.yaml
@@ -159,7 +159,7 @@ spec:
159
{{- end }}
160
161
{{- if hasKey $source "kustomize" }}
162
- kustomize: {{ $source.kustomize | toJson }}
+ kustomize: {{ $source.kustomize | toJson | replace "{{.dns_zone}}" (index $root.metadata.annotations "dns_zone") }}
163
164
{{- if hasKey $source "path" }}
165
path: {{ $source.path | replace "{{.name}}" $root.name }}
0 commit comments