mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 06:56:20 -03:00
fix(pvc): revert size change
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.6.9
|
||||
version: 10.6.10
|
||||
|
||||
@@ -42,7 +42,7 @@ spec:
|
||||
- {{ ( $values.accessMode | default "ReadWriteOnce" ) | quote }}
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ $values.size | default "256Gi" | quote }}
|
||||
storage: {{ $values.size | default "999Gi" | quote }}
|
||||
{{- with $values.spec }}
|
||||
{{ tpl ( toYaml . ) $ | indent 2 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -740,7 +740,7 @@ persistence:
|
||||
accessMode: ReadWriteOnce
|
||||
|
||||
# -- The amount of storage that is requested for the persistent volume.
|
||||
size: 256Gi
|
||||
size: 999Gi
|
||||
|
||||
# -- Set to true to retain the PVC upon `helm uninstall`
|
||||
retain: false
|
||||
|
||||
Reference in New Issue
Block a user