mirror of https://github.com/kubernetes/kops.git
Merge pull request #12440 from ev-hines/master
Fix typo in name of new 'UseServiceAccountExternalPermissions' variable.
This commit is contained in:
commit
ac760c699a
|
@ -29,7 +29,7 @@ This can be enabled by adding the following to the Cluster spec:
|
|||
```
|
||||
spec:
|
||||
iam:
|
||||
useServiceAcountExternalPermissions: true
|
||||
useServiceAccountExternalPermissions: true
|
||||
```
|
||||
|
||||
Currently this is only available using the AWS cloud provider.
|
||||
|
|
Loading…
Reference in New Issue