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