Skip to content

Commit 3473818

Browse files
authored
Merge pull request #299 from larsks/docs/helm-no-hooks
Document skipHooks helm chart option
2 parents 1fea597 + 2574644 commit 3473818

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
761764
helmChartInflationGenerator:
762765
- name: minecraft
763766
repo: https://kubernetes-charts.storage.googleapis.com

0 commit comments

Comments
 (0)