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

Allow nameOverride and fullnameOverride to be undefined #132

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

consideRatio
Copy link
Contributor

@consideRatio consideRatio commented Jul 12, 2024

We allow nameOverride and fullnameOverride to be null, but as part of that we should also allow them to be undefined because using helm config, its often hard to set something to null without also making it undefined.

For example helm template binderhub-service --set fullnameOverride=null will make it undefined and not set to null.

This is a followup to #119.

@consideRatio consideRatio merged commit 75a4c30 into 2i2c-org:main Jul 12, 2024
9 checks passed
@consideRatio consideRatio added the type: bug Something isn't working properly label Jul 12, 2024
consideRatio pushed a commit that referenced this pull request Jul 12, 2024
…ec0782f

#132 Merge pull request #132 from consideRatio/pr/nameoverride
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working properly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant