Commit e1e53041 authored by Prout, Ryan's avatar Prout, Ryan
Browse files

change name of mount path variable

parent 4f2a5122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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