This repository contains helm charts organized using the App of Apps
strategy.
- install vault
helm dep update ./charts/apps/core-services/vault
helm upgrade vault ./charts/apps/core-services/vault --install --namespace core-services --create-namespace --set vaultDataPath="CHANGE_ME"
- install vault secrets operator
helm dep update ./charts/apps/core-services/vault-secrets-operator
helm upgrade vault-secrets-operator ./charts/apps/core-services/vault-secrets-operator --install --namespace core-services --create-namespace
- install argocd
helm dep update ./charts/apps/core-services/argo-cd
helm upgrade argo-cd ./charts/apps/core-services/argo-cd --install --namespace core-services --create-namespace
- create argocd Application using the provided
master-app.yaml
as example