Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for redis name override used in RedisURL #90

Open
devillecodes opened this issue Jul 15, 2022 · 0 comments
Open

Add support for redis name override used in RedisURL #90

devillecodes opened this issue Jul 15, 2022 · 0 comments

Comments

@devillecodes
Copy link
Collaborator

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.

@devillecodes devillecodes changed the title Support redis name override for RedisURL Add support for redis name override used in RedisURL Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant