Skip to content

Instantly share code, notes, and snippets.

@andrewvmail
Last active January 14, 2023 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewvmail/c38acc61774dd206b4c4bcf2ea499a6e to your computer and use it in GitHub Desktop.
Save andrewvmail/c38acc61774dd206b4c4bcf2ea499a6e to your computer and use it in GitHub Desktop.
argo-cd-deployment.md
open https://github.com/argoproj/argo-cd/issues/2953



open https://github.com/argoproj/argo-cd/issues/9809

ConfigMap: argocd-cmd-params-cm

image

kubectl -n default get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

create new app to fix unknown status

https://github.com/argoproj/argo-helm/issues/446
@andrewvmail
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment