You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install a release of policy-controller helm chart with externally managed CRDs. First, I tried to set installCRDs: false, but that has no effect. In fact, there's no template branch using this value.
Then, I tried to set --skip-crds with Helm but that doesn't work as the CRDs have to be put in crds directory (not templates/crds), and as a consequence, cannot be templated, which is a problem for clusterimagepolicy
Please provide a way to skip installing the CRDs. Version
policy-controller 0.6.8
The text was updated successfully, but these errors were encountered:
dszakallas
changed the title
helm install --skip-crds doesn't work with policy-controller chart.
helm install --skip-crds doesn't work with policy-controller chart
Apr 17, 2024
Description
I am trying to install a release of policy-controller helm chart with externally managed CRDs. First, I tried to set
installCRDs: false
, but that has no effect. In fact, there's no template branch using this value.Then, I tried to set
--skip-crds
with Helm but that doesn't work as the CRDs have to be put incrds
directory (nottemplates/crds
), and as a consequence, cannot be templated, which is a problem for clusterimagepolicyPlease provide a way to skip installing the CRDs.
Version
policy-controller 0.6.8
The text was updated successfully, but these errors were encountered: