Skip to content

Commit

Permalink
Merge pull request RedisLabs#132 from RedisLabs/amiramm-patch-1
Browse files Browse the repository at this point in the history
Fixed storage class reference for Openshift deploy
  • Loading branch information
yuvallevy2 authored Aug 13, 2020
2 parents c11567e + edeedd6 commit 64563eb
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 64563eb

Please sign in to comment.