Skip to content

Commit

Permalink
feat: add tolerations to operator chart (#1051)
Browse files Browse the repository at this point in the history
added tolerations

Signed-off-by: Rhys <[email protected]>
Co-authored-by: Rhys <[email protected]>
  • Loading branch information
rhysjtevans and Rhys authored Aug 30, 2024
1 parent 10087be commit 7c2d396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v2
version: 0.18.0
version: 0.18.1
appVersion: "0.18.0"
description: Provides easy redis setup definitions for Kubernetes services, and deployment.
engine: gotpl
Expand Down
3 changes: 3 additions & 0 deletions charts/redis-operator/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ spec:
{{- with .Values.affinity }}
affinity: {{ toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations: {{ toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: "{{ .Values.serviceAccountName }}"
serviceAccount: "{{ .Values.serviceAccountName }}"
{{- if .Values.redisOperator.webhook }}
Expand Down

0 comments on commit 7c2d396

Please sign in to comment.