Merge pull request #12440 from ev-hines/master

Fix typo in name of new 'UseServiceAccountExternalPermissions' variable.
This commit is contained in:
Kubernetes Prow Robot 2021-09-29 19:24:07 -07:00 committed by GitHub
commit ac760c699a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ This can be enabled by adding the following to the Cluster spec:
``` ```
spec: spec:
iam: iam:
useServiceAcountExternalPermissions: true useServiceAccountExternalPermissions: true
``` ```
Currently this is only available using the AWS cloud provider. Currently this is only available using the AWS cloud provider.