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 ed8fb62 commit d768b75Copy full SHA for d768b75
cluster/manifests/deployment-service/01-config.yaml
@@ -31,3 +31,10 @@ data:
31
cloudformation-update-source-branch-changes: "{{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
32
skip-mustache: "{{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
33
cleanup-namespace-prefix: "d-"
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"
37
+{{- else }}
38
+ pgview-url: "https://pgview.{{.Cluster.AccountName}}.zalan.do"
39
+ pgui-url: "https://pgui.{{.Cluster.AccountName}}.zalan.do"
40
+{{- end }}
0 commit comments