File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
site/content/en/references/kustomize/builtins Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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` ` `
766771helmChartInflationGenerator:
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
You can’t perform that action at this time.
0 commit comments