Skip to content

Commit af61349

Browse files
authored
Update app.yaml
1 parent 445d1a9 commit af61349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/releases/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ releases:
7272
alb.ingress.kubernetes.io/target-type: ip
7373
{{- if eq .Environment.Name "preview" }}
7474
external-dns.alpha.kubernetes.io/hostname: example-app-pr-{{ .Namespace }}.{{ .Values.platform.default_ingress_domain }}
75-
outputs.platform.cloudposse.com/webapp-url: "https://example-app-pr-{{ .Namespace }}.{{ .Values.platform.default_ingress_domain }}/dashboard"
75+
outputs.webapp-url: "https://example-app-pr-{{ .Namespace }}.{{ .Values.platform.default_ingress_domain }}/dashboard"
7676
hosts:
7777
"example-app-pr-{{ .Namespace }}.{{ .Values.platform.default_ingress_domain }}": /*
7878
{{- else }}

0 commit comments

Comments
 (0)