File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
skip-mustache : " {{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
33
33
cleanup-namespace-prefix : " d-"
34
34
{{- if eq .Cluster.Provider "zalando-eks" }}
35
- pgview-url : " https://pgview-{{.Cluster.Alias}}.{{.Cluster.AccountName}}.zalan.do "
36
- pgui-url : " https://pgui-{{.Cluster.Alias}}.{{.Cluster.AccountName}}.zalan.do "
35
+ pgview-url : " https://pgview-{{.Cluster.Alias}}.{{.Values.hosted_zone}} "
36
+ pgui-url : " https://pgui-{{.Cluster.Alias}}.{{.Values.hosted_zone}} "
37
37
{{- else }}
38
- pgview-url : " https://pgview.{{.Cluster.AccountName}}.zalan.do "
39
- pgui-url : " https://pgui.{{.Cluster.AccountName}}.zalan.do "
38
+ pgview-url : " https://pgview.{{.Values.hosted_zone}} "
39
+ pgui-url : " https://pgui.{{.Values.hosted_zone}} "
40
40
{{- end }}
You can’t perform that action at this time.
0 commit comments