Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 461 Bytes

Readme.md

File metadata and controls

13 lines (11 loc) · 461 Bytes

Repo to give example of dependency issue I have with helm.

Step to reproduce:

  1. Clone the repo
  2. Note that mysql.enabled value in values.yaml is set to false
  3. 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