GoogleContainerTools / GoogleContainerTools/skaffold

include possibility to use helm's "--include-crds" flag on render

Open
#8,227 3 comments 1 reaction 0 assignees View on GitHub
area/render deploy/helm kind/feature-request priority/p2
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.