Skip to content
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

Instead of deploying CRDs using kubectl, deploy them as part of helm subchart. #4

Open
amannijhawan opened this issue Apr 24, 2024 · 0 comments

Comments

@amannijhawan
Copy link
Collaborator

amannijhawan commented Apr 24, 2024

When CRDs are installed directly with kubectl, it complicates the process for users integrating Helm into broader CI/CD pipelines, like ArgoCD. This issue arises because ArgoCD cannot execute commands that fall outside the scope of Helm templates.

Keeping CRDs separate from Helm charts doesn't align well with such workflows.

A better strategy is to include CRDs within a Helm subchart, which streamlines the process.

Ref: https://yugabyte-db.slack.com/archives/CG0KQF0GG/p1713979320920149?thread_ts=1713971568.948539&cid=CG0KQF0GG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant