Skip to content

Commit 584469d

Browse files
author
Martin Linkhorst
committed
remove useless if condition within EKS block
1 parent ccacafd commit 584469d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cluster/cluster.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,11 +3248,7 @@ Resources:
32483248
}
32493249
]
32503250
}
3251-
{{- if eq .Cluster.Provider "zalando-eks" }}
32523251
- OIDC: !Select [1, !Split ["//", !GetAtt EKSCluster.OpenIdConnectIssuerUrl]]
3253-
{{- else }}
3254-
- OIDC: "{{.Cluster.LocalID}}.{{.Values.hosted_zone}}"
3255-
{{- end }}
32563252
Path: /
32573253
Policies:
32583254
- PolicyDocument:

0 commit comments

Comments
 (0)