Skip to content

Commit 9b84755

Browse files
committed
fix(apps): add dns_zone workaround for site as well
This is an unfortunate hack that needs to be updated with a better approach.
1 parent 713c6b0 commit 9b84755

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)