We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cafa9f + ebadddf commit cb4d548Copy full SHA for cb4d548
1 file changed
charts/redis/templates/redis-statefulset.yaml
@@ -18,6 +18,9 @@ spec:
18
labels:
19
app: drycc-redis
20
spec:
21
+ {{- if .Values.global.common }}
22
+ {{- include "common.affinity" (dict "key" "app" "values" (list "drycc-redis")) | indent 6 }}
23
+ {{- end }}
24
containers:
25
- name: drycc-redis
26
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/redis:{{ .Values.imageTag }}
0 commit comments