Skip to content

Commit 8ec1caf

Browse files
authored
Merge pull request #8000 from openshift-cherrypick-robot/cherry-pick-7866-to-enterprise-3.4
[enterprise-3.4] Bug 1547141: Update example of attaching GlusterFS PVC to docker registry
2 parents e072e9c + d1dd77b commit 8ec1caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_config/storage_examples/gluster_backed_registry.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ instructions for troubleshooting before continuing.
9898
Then, attach the PVC:
9999

100100
----
101-
$ oc volume deploymentconfigs/docker-registry --add --name=v1 -t pvc \
101+
$ oc volume deploymentconfigs/docker-registry --add --name=registry-storage -t pvc \
102102
--claim-name=gluster-claim --overwrite
103103
----
104104

0 commit comments

Comments
 (0)