From 5372e614c8b5e5f3902b632417c03a15303d6c25 Mon Sep 17 00:00:00 2001 From: Evan Hines Date: Wed, 29 Sep 2021 13:38:03 -0400 Subject: [PATCH] Fix typo in name of new 'UseServiceAccountExternalPermissions' variable. --- docs/releases/1.22-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.22-NOTES.md b/docs/releases/1.22-NOTES.md index df6c314756..853c437ce6 100644 --- a/docs/releases/1.22-NOTES.md +++ b/docs/releases/1.22-NOTES.md @@ -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.