File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 7
7
aws-account-id : " {{accountID .Cluster.InfrastructureAccount}}"
8
8
aws-account-name : " {{.Cluster.AccountName}}"
9
9
cluster-alias : " {{.Cluster.Alias}}"
10
+ cluster-provider : " {{.Cluster.Provider}}"
10
11
cluster-vpc-id : " {{.Cluster.ConfigItems.vpc_id}}"
11
12
scalyr-team-token : " {{.Cluster.ConfigItems.scalyr_team_token}}"
12
13
create-namespaces : " true"
34
35
cloudformation-update-source-branch-changes : " {{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
35
36
skip-mustache : " {{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
36
37
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 }}
You can’t perform that action at this time.
0 commit comments