Fix externalRedis for correct template
`externalRedis` in https://github.com/grafana/oncall/blob/dev/helm/oncall/templates/_env.tpl#L141 but here `external_redis`
This commit is contained in:
parent
2a5e0dc1f1
commit
e646293885
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ externalRabbitmq:
|
|||
redis:
|
||||
enabled: true
|
||||
|
||||
external_redis:
|
||||
externalRedis:
|
||||
host:
|
||||
password:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue