Skip to content

pjastrzabek/helm_dependency_bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages