From 7f478ccad1b33555aa4b664ea0e6adaae35c33bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Srinivasan?= Date: Mon, 26 Apr 2021 16:20:28 -0700 Subject: [PATCH] Update README.md Clarify adding _spec.persistenceSpec.storageClassName_ to `rec_rhel.yaml` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0e48c5..9baec00 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Other custom configurations are referenced in this repository. ``` 4. Deploy the OpenShift operator bundle: - > NOTE: Update the `storageClassName` setting in `openshift.bundle.yaml` (by default its set to `gp2`). + > NOTE: You may need to add the `storageClassName` setting in `openshift/rec_rhel.yaml` (by default its set to `gp2`). ```bash oc apply -f openshift.bundle.yaml