Update configuration.md

Signed-off-by: gazandi <gazandi@ruangguru.com>
This commit is contained in:
Gazandi
2021-03-03 10:40:24 +07:00
committed by gazandi
parent 335b33cd12
commit 3ba3cedb4d
+1 -2
View File
@@ -82,8 +82,7 @@ provider. You could get the service account token with:
kubectl -n <NAMESPACE> get secret $(kubectl -n <NAMESPACE> get sa <SERVICE_ACCOUNT_NAME> -o=json \
| jq -r '.secrets[0].name') -o=json \
| jq -r '.data["token"]' \
| base64 --decode \
| pbcopy
| base64 --decode
```
### Role Based Access Control