File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
site/content/en/references/kustomize/builtins Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,10 @@ Each entry can have following fields:
757757- ` configHome` : [Optional] The value that kustomize should pass to helm via
758758 ` HELM_CONFIG_HOME` environment variable.
759759 If omitted, ` {tmpDir}/helm` is used, where ` {tmpDir}` is some temporary.
760- ` ` `
760+ - ` skipHooks` : [Optional] Skips running hooks when inflating the chart. By
761+ default the inflation process used by Kustomize will render all the contents
762+ of the templates directory, which can result in output different than what
763+ you get when using ` helm install` . Use this option to supress this behavior.
761764helmChartInflationGenerator:
762765- name: minecraft
763766 repo: https://kubernetes-charts.storage.googleapis.com
You can’t perform that action at this time.
0 commit comments