Skip to content

Commit

Permalink
Merge branch 'master' into redis_liveness_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DandyDeveloper authored Aug 26, 2024
2 parents f9043d6 + f5969c8 commit 06961c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redis-ha/templates/redis-ha-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ spec:
{{- toYaml .Values.extraContainers | nindent 6 }}
{{- end -}}
{{- with .Values.priorityClassName | default .Values.global.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
volumes:
- name: config
Expand Down

0 comments on commit 06961c3

Please sign in to comment.