GoogleContainerTools / GoogleContainerTools/skaffold
include possibility to use helm's "--include-crds" flag on render
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### Expected behavior
*--include-crds* flag for `helm template` on render step, since only `helm install` installs them automaticly and that's only used when using **deploy**
### Actual behavior
### Information
When using helm to render charts I'd like to render the crds of the chart as well. There's currently no way how to do that.
```yaml
apiVersion: skaffold/v4beta1
kind: Config
manifests:
helm:
releases:
- name: external-secret
repo: https://charts.external-secrets.io
namespace: external-secrets
remoteChart: external-secrets
# using a flag like "installCRDs" could be useful
setValues:
installCRDs: true
serviceAccount.name: external-secret
serviceAccount.create: false
createNamespace: true
```
Contributor guide
Assessment
This issue has not been assessed yet.