op-scim-helm icon indicating copy to clipboard operation
op-scim-helm copied to clipboard

Add support for redis name override used in RedisURL

Open devilleweppenaar opened this issue 2 years ago • 0 comments

Currently we use the default value for the RedisURL set to:

  config:
    # redisURL sets the Redis connection URL
    redisURL: "redis://{{ .Release.Name }}-redis-master:6379"

This works until you specify the nameOverride or fullnameOverride for redis.

See the common.names.fullname template from bitnami/common.

devilleweppenaar avatar Jul 15 '22 18:07 devilleweppenaar