Skip to content

Commit b2c05e0

Browse files
author
Martin Linkhorst
committed
remove unnecessary plain postgres links in deployment-config
1 parent 7037ff1 commit b2c05e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cluster/manifests/deployment-service/01-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,3 @@ data:
3535
cloudformation-update-source-branch-changes: "{{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
3636
skip-mustache: "{{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
3737
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

Comments
 (0)