Specify unit (Gi) in common pvc

Change-Id: Id72119434f7684e76aa9e4a58cea2eeab280b391
This commit is contained in:
Justin Scott 2017-11-13 12:03:29 -08:00
parent 3c830825f4
commit d0fbc11bdc
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: {{ .volumeSizeGB }}
storage: {{ .volumeSizeGB }}Gi
{{- end }}