mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Dynamically get the account details from gcloud (#3662)
This commit is contained in:
parent
f826b0e397
commit
1c5fc0076e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ This will create a new namespace, `argocd`, where Argo CD services and applicati
|
|||
On GKE, you will need grant your account the ability to create new cluster roles:
|
||||
|
||||
```bash
|
||||
kubectl create clusterrolebinding YOURNAME-cluster-admin-binding --clusterrole=cluster-admin --user=YOUREMAIL@gmail.com
|
||||
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user="$(gcloud config get-value account)"
|
||||
```
|
||||
|
||||
!!! note
|
||||
|
|
|
|||
Loading…
Reference in a new issue