- Create deployment of ngnix using helm
- Deploy a busybox image with init contain
- Deploy a redis image using helm (contents of the pod specification should be come from helper file)
- Deploy mysql database using Helm (Database user name , password from values.yaml)
- Deploy all the above using 1 single helm chart (using umbrella chart)
/home/parent-nginx-chart
RUN : helm install --dry-run --debug complex-chart .
RUN : helm install complex-chart .