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

helm: Move non-CRDs resources to proper helm templates #27

Draft
wants to merge 2 commits into
base: teleport
Choose a base branch
from

Conversation

gozer
Copy link

@gozer gozer commented Aug 2, 2023

Move non-CRDs out of the crds/ folder and into proper helm templates

To preserve the same sort of behavior, leveraging helm hooks instead.

Having non-CRDs resources in the crds/ folder isn't exactly forbidden by Helm, but it breaks some assumptions and leads to interesting side-effects.

For instance FluxCD's helm-controller fails when encountering namespaces resources in the crds/ folder

Aditionally, this makes it possible to use template rendering for all these non-CRD jobs and resources

Philippe M. Chiasson added 2 commits August 1, 2023 20:43
…lates

To preserve the same sort of behavior, leveraging helm hooks instead.

Having non-CRDs resources in the crds/ folder isn't exactly forbidden by
Helm, but it breaks some assumptions and leads to interesting side-effects.

For instance FluxCD's helm-controller fails when encountering namespaces
resources in the crds/ folder

Aditionally, this makes it possible to use template rendering for all these
non-CRD jobs and resources
@gozer gozer requested a review from dboslee August 2, 2023 01:36
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

Successfully merging this pull request may close these issues.

1 participant