Skip to content

Commit 3f4b351

Browse files
authored
Merge pull request #62589 from stevsmit/OCPBUGS-14435
/lgtm, merging
2 parents 3ae5204 + ef7de55 commit 3f4b351

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/registry-configuring-registry-storage-rhodf-cephrgw.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ apiVersion: objectbucket.io/v1alpha1
3636
kind: ObjectBucketClaim
3737
metadata:
3838
name: rgwtest
39-
namespace: openshift-storage
39+
namespace: openshift-storage <1>
4040
spec:
4141
storageClassName: ocs-storagecluster-ceph-rgw
4242
generateBucketName: rgwtest
4343
EOF
4444
----
45+
<1> Alternatively, you can use the `openshift-image-registry` namespace.
4546

4647
. Get the bucket name by entering the following command:
4748
+

modules/registry-configuring-registry-storage-rhodf-nooba.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ apiVersion: objectbucket.io/v1alpha1
3535
kind: ObjectBucketClaim
3636
metadata:
3737
name: noobaatest
38-
namespace: openshift-storage
38+
namespace: openshift-storage <1>
3939
spec:
4040
storageClassName: openshift-storage.noobaa.io
4141
generateBucketName: noobaatest
4242
EOF
4343
----
44+
<1> Alternatively, you can use the `openshift-image-registry` namespace.
4445

4546
. Get the bucket name by entering the following command:
4647
+

0 commit comments

Comments
 (0)