Merge pull request #3898 from dmizelle/add-helm-include-crds

Add includeCRDs Field to HelmChart
This commit is contained in:
Jeff Regan
2021-05-27 16:04:07 -07:00
committed by GitHub
6 changed files with 367 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ Define this base the usual way by creating a
cat <<'EOF' >$DEMO_HOME/base/kustomization.yaml
helmCharts:
- name: minecraft
includeCRDs: false
valuesInline:
minecraftServer:
eula: true
@@ -105,6 +106,10 @@ field, specifying a single chart.
The `valuesInline` field overrides some native chart values.
The `includeCRDs` field instructs Helm to generate
`CustomResourceDefinitions`.
See [the Helm documentation](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/) for details.
Check the directory layout:
<!-- @tree -->