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.
2 parents ea49b56 + 55cc28d commit 1491557Copy full SHA for 1491557
cluster/manifests/deployment-service/01-config.yaml
@@ -34,3 +34,10 @@ data:
34
cloudformation-update-source-branch-changes: "{{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
35
skip-mustache: "{{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
36
cleanup-namespace-prefix: "d-"
37
+{{- if eq .Cluster.Provider "zalando-eks" }}
38
+ pgview-url: "https://pgview-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
39
+ pgui-url: "https://pgui-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
40
+{{- else }}
41
+ pgview-url: "https://pgview.{{.Values.hosted_zone}}"
42
+ pgui-url: "https://pgui.{{.Values.hosted_zone}}"
43
+{{- end }}
0 commit comments