-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly embed CRDs for installation ONLY in the OKS #1214
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaronoff97 don't we need to template the CRDs in the nested chart in order to make the conversion patch work?
@TylerHelmuth I probably need to call this out explicitly, but this is for the world where the conversion webhook is fully unnecessary because we will only be applying v1beta1 CRs. We can do this because the chart is also creating the collectors. |
…y#1214) * Embed crds * bumpy * fix syntax * add a note * more notes * update note --------- Co-authored-by: Jared Tan <[email protected]> Co-authored-by: Tyler Helmuth <[email protected]>
Embeds the CRDs for installation for the opentelemetry-kube-stack chart without handling upgrades for now. This brings us to parity with what the kube-prom-stack chart does. This also unblocks #1166. In the future we should investigate the approach @JaredTan95 describes here.