Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/voltdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: voltdb
description: Voltdb helm chart
version: 0.1.0
version: 0.1.1
appVersion: "9.2.1"
keywords:
- voltdb
Expand Down
3 changes: 3 additions & 0 deletions charts/voltdb/templates/statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
{{- end }}
spec:
nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.nodeSelector "context" $) | nindent 8 }}
{{- if .Values.tolerations }}
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" $) | nindent 8 }}
{{- end }}
{{- include "voltdb.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ template "voltdb.serviceAccountName" . }}
{{- if .Values.affinity }}
Expand Down
Loading