Skip to content

Commit

Permalink
charts/victoria-metrics-cluster: fix indent for vmselect statefulset (#…
Browse files Browse the repository at this point in the history
…576)

Fixes: #575
  • Loading branch information
zekker6 committed Jul 11, 2023
1 parent 1b6009a commit 3a29efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spec:
{{- end }}
spec:
accessModes:
{{ toYaml .Values.vmselect.persistentVolume.accessModes | indent 10 }}
{{- toYaml .Values.vmselect.persistentVolume.accessModes | nindent 10 }}
resources:
requests:
storage: "{{ .Values.vmselect.persistentVolume.size }}"
Expand Down

0 comments on commit 3a29efb

Please sign in to comment.