We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8804580 commit 4a3fda4Copy full SHA for 4a3fda4
1 file changed
helm/databunkerpro/templates/redis.yaml
@@ -25,7 +25,11 @@ spec:
25
- name: redis
26
containerPort: 6379
27
protocol: TCP
28
- command: /bin/sh -c "redis-server --requirepass $$REDIS_USER_PASS"
+ command:
29
+ - /bin/sh
30
+ - -c
31
+ - |
32
+ redis-server --requirepass $$REDIS_USER_PASS
33
env:
34
- name: REDIS_USER_PASS
35
valueFrom:
@@ -79,4 +83,4 @@ spec:
79
83
requests:
80
84
storage: {{ .Values.redis.internal.persistence.size }}
81
85
{{- end }}
82
-{{- end }}
86
+{{- end }}
0 commit comments