Skip to content

marcoceppi/nested-helmfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Example of nested helmfiles

The goal is to override the service config in models/unit1/values/test.yaml.gotmpl. The following structures do not work:

helmfiles:
- path: ...
  values:
  - default-test:
      config:
        ip: 10.9.0.1
helmfiles:
- path: ...
  values:
  - test:
      config:
        ip: 10.9.0.1
helmfiles:
- path: ...
  values:
  - default-test.config.ip: 10.9.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published