Helm continued
Within Helm in used to change the current scope Refer Here for the changeset- Now lets look at created helm chart by using
helm createcommand
Named Templates
- Refer Here for the official docs
- Refer Here for the sample usage of named template
Exercise:
-
Create a manifest for Jenkins Deployments
-
Create a Service for Jenkins
-
The Container is over here Refer Here
-
Manifests are over here Refer Here
-
Create a helm chart called as myjenkins, modify this chart to create the manifests as shown above. For the basic helm chart Refer Here
-
Helm charts in your organization can be hosted by jfrog Refer Here and also Refer Here for other supported repositories
-
For helm hooks Refer Here
