Skip to content

Commit

Permalink
Fixed storage class reference for Openshift deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amiramm authored Aug 5, 2020
1 parent c11567e commit edeedd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ 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`).
```bash
oc apply -f openshift.bundle.yaml
```
5. Redis Enterprise Cluster custom resource - `RedisEnterpriseCluster`
> NOTE: Update the `storageClassName` setting in `redis-enterprise-cluster_rhel.yaml` as required (it's set to `gp2` by default).
Apply the `RedisEnterpriseCluster` resource with RHEL7 based images:
Expand Down

0 comments on commit edeedd6

Please sign in to comment.