added volumes to statefulset

This commit is contained in:
2024-11-12 10:20:21 +01:00
parent b74e67f3ca
commit 770ad32c08
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ spec:
{{- toYaml .Values.controller.podSecurityContext | nindent 8 }}
containers:
{{- include "lib.parts.container" . | nindent 8 -}}
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}