Skip to content

Commit

Permalink
feat: fix multiple pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Crty committed Nov 2, 2024
1 parent be2cf51 commit 0ad5de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/generic-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: generic-app
description: A Helm Chart for Generic App
type: application
version: 0.3.1
version: 0.3.2
1 change: 1 addition & 0 deletions charts/generic-app/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ spec:
storage: {{ $volume.size }}
volumeMode: Filesystem
{{- end }}
---
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 0ad5de0

Please sign in to comment.