The current setup does not work if a secretToken.value value is not set when running helm install, which means only a token provided during installation time can be used.
The fix here allows leaving the secretToken.value blank, and providing a name + key of an existing secret holding the token.
The current setup does not work if a
secretToken.value
value is not set when runninghelm install
, which means only a token provided during installation time can be used. The fix here allows leaving thesecretToken.value
blank, and providing a name + key of an existing secret holding the token.