Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 362 Bytes

prequisite

  • install helm
brew install helm
  • install helm secret plugin
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.8.2

How to apply/update argocd

cd main-k8s/devops-helm-charts/argocd
helm dependency update
helm upgrade --install argocd . -f values.yaml -f secrets://secrets.yaml -n argocd