mirror of https://github.com/kubernetes/kops.git
Merge pull request #12790 from justinsb/aws-authentication-separator
Fix AWS authentication separator to support multiple objects
This commit is contained in:
commit
fd2aa277bb
|
@ -213,8 +213,8 @@ spec:
|
|||
hostPath:
|
||||
path: /srv/kubernetes/aws-iam-authenticator/
|
||||
{{- if and (and (.Authentication.Aws.BackendMode) (contains "CRD" .Authentication.Aws.BackendMode)) (.Authentication.Aws.IdentityMappings) }}
|
||||
---
|
||||
{{- range $i, $mapping := .Authentication.Aws.IdentityMappings }}
|
||||
---
|
||||
apiVersion: iamauthenticator.k8s.aws/v1alpha1
|
||||
kind: IAMIdentityMapping
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue