Repo to give example of dependency issue I have with helm.
Step to reproduce:
- Clone the repo
- Note that mysql.enabled value in values.yaml is set to false
- Render chart (--dry-run) and notice that mysql artifacts would be created in kubernetes
git clone https://github.com/pjastrzabek/helm_dependency_bug.git
cd helm_dependency_bug
helm package --dependency-update ./
helm upgrade --install --debug --dry-run goodly-guppy -v 3 ./ | less