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.
1 parent 713c6b0 commit 9b84755Copy full SHA for 9b84755
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