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: Set includeCrds to true by default #851

Merged
merged 5 commits into from
May 4, 2023

Conversation

iainlane
Copy link
Member

This is what helm install does. With Helm 3, we aren't installing CRDs by default any more and we expect this to be what most Tanka + Helm users want.

Closes: #829

@github-actions
Copy link

github-actions bot commented Apr 27, 2023

PR Preview Action fad88c8
Preview removed because the pull request was closed.
2023-05-04 12:45 UTC

This is what `helm install` does. With Helm 3, we aren't installing CRDs
by default any more and we expect this to be what most Tanka + Helm
users want.

Closes: #829
@iainlane iainlane force-pushed the iainlane/include-crds-by-default branch from 1c234a9 to 58b303a Compare April 27, 2023 17:36
@iainlane iainlane marked this pull request as ready for review April 27, 2023 17:38
Copy link
Member

@julienduchesne julienduchesne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Just a few small things

pkg/helm/jsonnet_test.go Outdated Show resolved Hide resolved
pkg/helm/jsonnet_test.go Outdated Show resolved Hide resolved
pkg/helm/jsonnet_test.go Outdated Show resolved Hide resolved
This is actually case insensitive but the new one is what we have in the
docs.
Move more into the common function, rename some variables to be clearer
Copy link
Member

@julienduchesne julienduchesne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than that typo

Co-authored-by: Julien Duchesne <julien.duchesne@grafana.com>
@iainlane iainlane merged commit fad88c8 into main May 4, 2023
@iainlane iainlane deleted the iainlane/include-crds-by-default branch May 4, 2023 12:40
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.

helm: Set includeCrds to true by default
2 participants