Skip to content

Commit

Permalink
Document skipHooks helm chart option
Browse files Browse the repository at this point in the history
Add documentation for the skipHooks option introduced in
kubernetes-sigs/kustomize#4808.
  • Loading branch information
larsks committed Oct 7, 2022
1 parent 1fea597 commit 1db35f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/en/references/kustomize/builtins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,11 @@ Each entry can have following fields:
- `configHome`: [Optional] The value that kustomize should pass to helm via
`HELM_CONFIG_HOME` environment variable.
If omitted, `{tmpDir}/helm` is used, where `{tmpDir}` is some temporary.
- `skipHooks`: [Optional] Skips running hooks when inflating the chart. By default
`helm template`, which is used to inflate helm charts, will render all the contents
of the template directory, including tests. This can result in undesirable manifests
in the generated output. Use this flag to set the `--no-hooks` option on the
`helm template` command line.
```
helmChartInflationGenerator:
- name: minecraft
Expand Down

0 comments on commit 1db35f2

Please sign in to comment.