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

CRDs deployment approach #80

Closed
hiddenmarten opened this issue Mar 24, 2024 · 1 comment
Closed

CRDs deployment approach #80

hiddenmarten opened this issue Mar 24, 2024 · 1 comment
Assignees

Comments

@hiddenmarten
Copy link
Member

hiddenmarten commented Mar 24, 2024

The discussion comes from this issue.

Preconditions:

  • Issue about CRDs upgrading in helm using crds directory. link.
  • ArgoCD uses its hooks instead of helm-hooks. link.

Considering these factors, we need to choose a method for deploying CRDs. The options are:

  • Utilize the template directory in helm-chart (as an example, see: link).
  • Integrate this functionality directly into the application, which would include deploying CRDs to the cluster as part of the application's startup process (as an example, see: link.).
  • Develop a separate Helm chart exclusively for CRDs (as an example, see: link).
@hiddenmarten hiddenmarten changed the title CRDs distribution CRDs deployment approach Mar 24, 2024
@hiddenmarten hiddenmarten self-assigned this Mar 24, 2024
@hiddenmarten
Copy link
Member Author

Implemented in the scope of: #50

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