Skip to content

Commit

Permalink
Declare missing volumeClaimTemplate fields (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: bobertrublik <mail@robertbublik.de>
Co-authored-by: ioolkos <afa@erl.io>
  • Loading branch information
3 people authored Feb 7, 2023
1 parent 9bc8837 commit e947a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm/vernemq/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ spec:
{{- end }}
{{- if .Values.persistentVolume.enabled }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
annotations:
{{- range $key, $value := .Values.persistentVolume.annotations }}
Expand Down

0 comments on commit e947a40

Please sign in to comment.