mirror of https://github.com/kubernetes/kops.git
Fix typo in name of new 'UseServiceAccountExternalPermissions' variable.
This commit is contained in:
parent
960c4a796d
commit
5372e614c8
|
|
@ -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