This repository stores the Helm charts used to deploy sample applications in Kubernetes.
- Openshift/Minikube
- Nginx Ingress (Minikube)
- Helm (v3.8.0)
- ArgoCD (Optional)
NOTE: I'm using the GitHub Pages as a Helm repository and you'll find all the instructions to install the packages here -> https://shellclear.github.io/helm/
GitOps - ArgoCD
Use the top-level-chart folder to deploy applications using ArgoCD.
$ cd top-level-chart
$ helm dep up && helm template --validate --release-name meetup-demo . | oc apply -f -
Ref: