Commit 702b321e authored by Leland, Kellen's avatar Leland, Kellen
Browse files

minio example fixes

parent 95d96901
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
  name: web-allow-external
  namespace: stf007
  namespace: {{ .Values.minio.network_policy_namespace }}
spec:
  podSelector:
    matchLabels:
+3 −1
Original line number Diff line number Diff line
@@ -17,4 +17,6 @@ minio:
  # This is the OLCF file system path MinIO will server out of, if "enabled" above.
  olcf_mount: /ccs/proj/stf007/minio-test
  # Amount of storage to use, if use_olcf_fs is "disabled"
  pvc_storage: 10Gi
  pvc_storage: 3Gi
  # Change this to reflect <your-project-namespace>, this will be the output of the `oc project` command.
  network_policy_namespace: <your-project-namespace>