4b6718938c
Found via `codespell -L caf,etcp,alle,aks`
386 B
386 B
ArgoCD Secrets 101
Requirements
- Running Kubernetes cluster
- Application k8s manifests with secrets
- Kubeseal binary installed
Objectives
- Install bitnami sealed controller as ArgoCD app
- Encrypt secrets and commit them to the repo with the k8s manifests
- Create an app using the secrets you encrypted
Solution
Click here to view the solution