feat(argo-cd): Add username support for external redis (#1478)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Signed-off-by: Eugene Lugovtsov <34510252+EugeneLugovtsov@users.noreply.github.com> Co-authored-by: Eugene Lugovtsov <34510252+EugeneLugovtsov@users.noreply.github.com>
This commit is contained in:
parent
e9dddd8289
commit
67659d4db0
4 changed files with 12 additions and 6 deletions
|
|
@ -852,6 +852,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
|
|||
| externalRedis.password | string | `""` | External Redis password |
|
||||
| externalRedis.port | int | `6379` | External Redis server port |
|
||||
| externalRedis.secretAnnotations | object | `{}` | External Redis Secret annotations |
|
||||
| externalRedis.username | string | `""` | External Redis username |
|
||||
|
||||
## ApplicationSet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue