You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because I arrogantly assume that any external database should have password already.
Even as far as to do auto generate if it empty.
Btw, netbox.databaseSecretPasswordKey cannot omited. Because netbox image itself expected it always exist. Either use default db-password or custom at existingSecretPasswordKey.
Using the netbox chart 5.0.7 it is not possible to omit
existingSecretPasswordKey
.I use Google CloudSQL with IAM based auth (via CloudSQL proxy), which does not need a password.
When setting the connection info like this, everything works:
But when I try to use an existing secret with an empty password like so:
I get:
If I remove
existingSecretPasswordKey
completely, the chart fails with:I think my usecase is not super common, but viable. Could you please change the handling of
existingSecretPasswordKey
, so it can be omited?The text was updated successfully, but these errors were encountered: