Create API token in Argo CD
Generate Token from Argo CD UI
kubectl patch configmap/argocd-cm --type merge -p '{"data":{"accounts.admin":"apiKey"}}' -n argocd
Generate Token from Argo CLI
PreviousEnvironment setup for ISD-ArgoNextCreate new account for Argo CD with API key and RBAC permissions
Last updated