-
Notifications
You must be signed in to change notification settings - Fork 104
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
Support existingSecret for redis configuration #81
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will merge, after resolving the discussion.
@@ -321,6 +321,8 @@ scaling: | |||
redis: | |||
host: | |||
password: | |||
existingSecret: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you uncomment those two lines, as they are optional.
Also you can add a comment above explaining the purpose of those two entries.
@@ -280,6 +280,8 @@ scaling: | |||
redis: | |||
host: | |||
password: | |||
existingSecret: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you uncomment those two lines, as they are optional.
Also you can add a comment above explaining the purpose of those two entries.
Is there any progress with this merger? This feature is highly appreciated. |
yes, see #81 (review) |
So @sebastiansterk are you able to set the commenting? |
Introduces scaling.redis.existingSecret and scaling.redis.existingSecretKey to enable referencing an existing secret containing the Redis password. This aligns with the Bitnami Redis chart, allowing both to use the same secret.