update
This commit is contained in:
3
argocd/commands.sh
Normal file
3
argocd/commands.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
ca=$(kubectl get -n kube-system secret/argo-cd-manager-token -o jsonpath='{.data.ca\.crt}')
|
||||
|
||||
token=$(kubectl get -n kube-system secret/argo-cd-manager-token -o jsonpath='{.data.token}' | base64 --decode)
|
||||
Reference in New Issue
Block a user