This is the main umbrella chart for the project. It contains all the subcharts and dependencies.
This chart requires a namespace to be available. You can create one using the following command:
kubectl create namespace main
This chart requires a Persistent Volume to be available. You can create one using the following command:
cd persVolume
kubectl apply -f vol-mongo.yaml -n main
cd k8/helm-charts
helm dependency update .
helm upgrade --install main . -n main