Merge pull request #12790 from justinsb/aws-authentication-separator

Fix AWS authentication separator to support multiple objects
This commit is contained in:
Kubernetes Prow Robot 2021-11-19 07:10:51 -08:00 committed by GitHub
commit fd2aa277bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: