2i2c-org / binderhub-service

https://2i2c.org/binderhub-service/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Allow nameOverride and fullnameOverride to be undefined #132

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

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.