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
This issue is referring to the changes made in PR #14.
The contour subchart addition comes with its CRDs which are currently placed in the crds/ directory of this chart. The reason we kept crds in our own chart is to solve unable to recognize HTTPProxy kind error. (same error as mentioned in this issue)
These CRDs are installed independently whether a user enabled contour dependency or not. The --skip-crds option to helm install command skips installing crds. But currently we don't have option to manage CRDs based on enable/disable state of dependencies.
akshay196-rafay
changed the title
Contour CRDs are installed even when deploy.contour.enable is false
Contour CRDs are installing even when deploy.contour.enable is false
Apr 28, 2022
Due to this known issue of Helm, the CRDs will still be installed even when dependency if turned off.
Apply --skip-crds flag when installing chart with contour dependency turned off.
This is an easy solution I can think of right now. We will document this in the our chart installation.
akshay196-rafay
changed the title
Contour CRDs are installing even when deploy.contour.enable is false
Contour CRDs are installing even when contour dependency is disabled
May 2, 2022
This issue is referring to the changes made in PR #14.
The contour subchart addition comes with its CRDs which are currently placed in the
crds/
directory of this chart. The reason we kept crds in our own chart is to solve unable to recognize HTTPProxy kind error. (same error as mentioned in this issue)These CRDs are installed independently whether a user enabled contour dependency or not. The
--skip-crds
option tohelm install
command skips installing crds. But currently we don't have option to manage CRDs based on enable/disable state of dependencies.Potential solutions:
--skip-crds
flag when installing chart with contour dependency turned off.The text was updated successfully, but these errors were encountered: