Fix typo in name of new 'UseServiceAccountExternalPermissions' variable.

This commit is contained in:
Evan Hines 2021-09-29 13:38:03 -04:00
parent 960c4a796d
commit 5372e614c8
No known key found for this signature in database
GPG Key ID: 805099BFFD6D612E
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:
iam:
useServiceAcountExternalPermissions: true
useServiceAccountExternalPermissions: true
```
Currently this is only available using the AWS cloud provider.