Skip to content

Commit

Permalink
pass acme pvc size
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Feb 15, 2022
1 parent 12c2d9f commit 26487a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/acme/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 1.0.0
appVersion: 1.0.0
version: 1.0.1
appVersion: 1.0.1
name: acme
description: SSL certificate automatic issue and renewal using acme.sh script. https://github.com/acmesh-official/acme.sh
2 changes: 1 addition & 1 deletion charts/acme/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: {{ .Values.persistence.size }}
{{- if .Values.persistence.storageClassName }}
storageClassName: {{ .Values.persistence.storageClassName }}
{{- end }}
Expand Down

0 comments on commit 26487a9

Please sign in to comment.