Skip to content

Commit

Permalink
fix argo diff in pvc template
Browse files Browse the repository at this point in the history
Signed-off-by: AvivGuiser <[email protected]>
  • Loading branch information
KyriosGN0 committed Nov 2, 2024
1 parent 1ddece1 commit f5f0d80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/pmm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ spec:
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.storage.name }}
spec:
{{- if .Values.storage.selector }}
Expand Down

0 comments on commit f5f0d80

Please sign in to comment.