mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[bitnami/redis] Always include sentinel-data volume (#9685)
* Always include sentinel-data volume This volume is either an emptyDir if persistence is disabled or an pvc if persistence is enabled. Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net> * Bump chart version Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net>
This commit is contained in:
@@ -24,4 +24,4 @@ maintainers:
|
||||
name: redis
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
version: 16.8.2
|
||||
version: 16.8.3
|
||||
|
||||
@@ -416,10 +416,8 @@ spec:
|
||||
mountPath: /opt/bitnami/scripts/start-scripts
|
||||
- name: health
|
||||
mountPath: /health
|
||||
{{- if .Values.sentinel.persistence.enabled }}
|
||||
- name: sentinel-data
|
||||
mountPath: /opt/bitnami/redis-sentinel/etc
|
||||
{{- end }}
|
||||
{{- if .Values.auth.usePasswordFiles }}
|
||||
- name: redis-password
|
||||
mountPath: /opt/bitnami/redis/secrets/
|
||||
|
||||
Reference in New Issue
Block a user