From 3ba3cedb4ddb2b672d9b54ea44339c47d9295fd9 Mon Sep 17 00:00:00 2001 From: Gazandi Date: Wed, 3 Mar 2021 10:40:24 +0700 Subject: [PATCH] Update configuration.md Signed-off-by: gazandi --- docs/features/kubernetes/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index d76167d3cb..f146eebe55 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -82,8 +82,7 @@ provider. You could get the service account token with: kubectl -n get secret $(kubectl -n get sa -o=json \ | jq -r '.secrets[0].name') -o=json \ | jq -r '.data["token"]' \ -| base64 --decode \ -| pbcopy +| base64 --decode ``` ### Role Based Access Control