Skip to content

Commit 3ca7eb0

Browse files
authored
Merge pull request #329 from Aym3nTN/master
[Doc] Updating the doc with the newly supported four Helm fields
2 parents 64ef260 + be35a72 commit 3ca7eb0

File tree

1 file changed

+9
-1
lines changed
  • site/content/en/references/kustomize/builtins

1 file changed

+9
-1
lines changed

site/content/en/references/kustomize/builtins/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,12 @@ Each entry can have following fields:
761761
default the inflation process used by Kustomize will render all the contents
762762
of the templates directory, which can result in output different than what
763763
you get when using `helm install`. Use this option to supress this behavior.
764-
764+
- `additionalValuesFiles`: [Optional] A list of local file paths to values files to be used
765+
in addition to current values file.
766+
- `skipTests`: [Optional] Skips tests from templated output
767+
- `apiVersions`: [Optional] the kubernetes apiversions used for Capabilities.APIVersions
768+
- `nameTemplate`: [Optional] specifies the name template used to name the release
769+
765770
```
766771
helmChartInflationGenerator:
767772
- name: minecraft
@@ -770,6 +775,9 @@ helmChartInflationGenerator:
770775
releaseName: test
771776
namespace: testNamespace
772777
valuesFile: values.yaml
778+
additionalValuesFiles:
779+
- values-file-1.yml
780+
- values-file-2.yml
773781
```
774782
775783
### Usage via `generators` field

0 commit comments

Comments
 (0)