Files
kustomize/api/types
Devon Mizelle df10d5a17d Add includeCRDs Field to HelmChart
This commit adds functionality for a user to specify that `helm` should
include CRDs when inflating a Helm Chart.

As of Helm v3, the `install-crd` hook is no more, with
`CustomResourceDefinitions` existing in the root of the chart, under the
`crds` directory.

When calling `helm template`, `helm` does not output these CRDs unless
the user passes the `--include-crds` flag to the command.

With this commit, users can set `includeCRDs: true` as part of their helm
chart definition in `kustomize.yaml` to have these included as part of
the output.

Signed-off-by: Devon Mizelle <devon.mizelle@onepeloton.com>
2021-05-14 16:46:30 -04:00
..
2020-04-10 11:01:31 -07:00
2020-04-10 11:01:31 -07:00
2020-04-10 13:54:25 -07:00
2021-04-15 14:12:33 -07:00
2021-03-22 17:01:45 -07:00
2019-11-02 10:34:33 -07:00
2021-04-12 13:40:21 -07:00
2021-04-30 20:39:32 -07:00