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
It allows more flexible approach and workarounds some Helm bugs regarding CRDs installation. So I am kindly asking to consider these options and implement them (one of two).
The text was updated successfully, but these errors were encountered:
Separate chart is a good idea but it can be breaking, or we should use helm subchart installed by default but even in that case I don't know how helm will handle upgrade to move from a monolitic chart to a main chart + subchart for CRDs.
Separate chart is a good idea but it can be breaking, or we should use helm subchart installed by default but even in that case I don't know how helm will handle upgrade to move from a monolitic chart to a main chart + subchart for CRDs.
Right, we came to a similar conclusion, please check comment here #1553 (comment)
Hello!
Other projects provides a flag like
installCRDs
for better management what to install - the operator or the bundle operator + CRDs.The good example is cert-manager project: https://github.com/cert-manager/cert-manager/blob/529d8a74a679a11757ed7a30ea60d342acbdb484/deploy/charts/cert-manager/values.yaml#L53
Another possible option is to move CRDs to the separate helm chart like it was did in linkerd: https://artifacthub.io/packages/helm/linkerd2/linkerd-crds
It allows more flexible approach and workarounds some Helm bugs regarding CRDs installation. So I am kindly asking to consider these options and implement them (one of two).
The text was updated successfully, but these errors were encountered: