Loading charts/minio-standalone/templates/minio-standalone-deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ spec: - /data {{- end }} {{- if eq .Values.minio.use_olcf_fs "enabled" }} - {{ .Values.minio.olcfMount }} - {{ .Values.minio.olcf_mount }} {{- end }} env: # MinIO access key and secret key Loading charts/minio-standalone/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,6 @@ minio: # Set this to "disbled" to not use OLCF fileystem. If "disabled" it will use a volume isolated to the MinIO Pod. use_olcf_fs: enabled # This is the OLCF file system path MinIO will server out of, if "enabled" above. olcfMount: /ccs/proj/stf007/minio-test olcf_mount: /ccs/proj/stf007/minio-test # Amount of storage to use, if use_olcf_fs is "disabled" pvc_storage: 10Gi Loading
charts/minio-standalone/templates/minio-standalone-deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ spec: - /data {{- end }} {{- if eq .Values.minio.use_olcf_fs "enabled" }} - {{ .Values.minio.olcfMount }} - {{ .Values.minio.olcf_mount }} {{- end }} env: # MinIO access key and secret key Loading
charts/minio-standalone/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,6 @@ minio: # Set this to "disbled" to not use OLCF fileystem. If "disabled" it will use a volume isolated to the MinIO Pod. use_olcf_fs: enabled # This is the OLCF file system path MinIO will server out of, if "enabled" above. olcfMount: /ccs/proj/stf007/minio-test olcf_mount: /ccs/proj/stf007/minio-test # Amount of storage to use, if use_olcf_fs is "disabled" pvc_storage: 10Gi