Deploy the eksdemo Chart
Use the dry-run flag to test our templates
To test the syntax and validity of the Chart without actually deploying it,
we’ll use the --dry-run flag.
The following command will build and output the rendered templates without
installing the Chart:
helm install --debug --dry-run workshop ~/environment/eksdemo
Confirm that the values created by the template look correct.
Deploy the chart
Now that we have tested our template, let’s install it.
helm install workshop ~/environment/eksdemo
Similar to what we saw previously in the nginx Helm Chart
example, an output of the Deployment,
Pod, and Service objects are output, similar to: