Helm template error with redis disabled
Sometimes when redis is disabled on the helm level, we get an error because the ansible secrets try to use .Values.redis.auth.password
. That fails even though we use default
, if already the redis
or redis.auth
values are unset.