Intermezzo
In this lesson we make some changes in the Helm chart and push them to GitHub.
We'll cover the following
Setting usePassword
to false
in MongoDB Helm chart
If you go through the MongoDB Helm chart values, you’ll notice that one of them is usePassword
. All we have to do is set it to false
, both for previews as well as for the “official” application chart deployed to permanent environments. We’ll start with the latter by taking a quick look at the chart’s values.yaml
file.
Get hands-on with 1400+ tech skills courses.