File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
create-namespaces : " true"
13
13
aws-available : " true"
14
14
worker-role-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-worker"
15
- oidc-provider-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:oidc-provider/{{.Cluster.LocalID}}.{{.Cluster.Alias}}.zalan.do "
16
- oidc-subject-key : " {{.Cluster.LocalID}}.{{.Cluster.Alias}}.zalan.do :sub"
15
+ oidc-provider-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:oidc-provider/{{.Cluster.LocalID}}.{{.Values.hosted_zone}} "
16
+ oidc-subject-key : " {{.Cluster.LocalID}}.{{.Values.hosted_zone}} :sub"
17
17
s3-bucket-name : " zalando-deployment-service-{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID}}"
18
18
status-service-url : " https://deployment-status-svc-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
19
19
status-service-url-local : " http://deployment-status-service.ingress.cluster.local."
Original file line number Diff line number Diff line change 13
13
defaultBackends :
14
14
- backendName : simulation
15
15
hosts :
16
- - cluster-health.{{ .Cluster.Alias }}.zalan.do
16
+ - cluster-health.{{ .Values.hosted_zone }}
17
+ - cluster-health-{{ .Cluster.Alias }}.{{ .Values.hosted_zone }}
17
18
routes :
18
19
- pathSubtree : /
19
20
filters :
You can’t perform that action at this time.
0 commit comments