Skip to content

Commit 6308505

Browse files
Merge pull request #1176 from rackerlabs/fix-dns-zone
fix(apps): add dns_zone workaround for site as well
2 parents 713c6b0 + 9b84755 commit 6308505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/appsets/appset-understack-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ spec:
159159
{{- end }}
160160
{{- end }}
161161
{{- if hasKey $source "kustomize" }}
162-
kustomize: {{ $source.kustomize | toJson }}
162+
kustomize: {{ $source.kustomize | toJson | replace "{{.dns_zone}}" (index $root.metadata.annotations "dns_zone") }}
163163
{{- end }}
164164
{{- if hasKey $source "path" }}
165165
path: {{ $source.path | replace "{{.name}}" $root.name }}

0 commit comments

Comments
 (0)