Skip to content

Commit 3a0cf7d

Browse files
authored
Merge pull request #67137 from rolfedh/#66044
Configuring a secret for the Image Registry Operator #66044
2 parents be5dcc0 + 2d8822f commit 3a0cf7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/registry-configuring-storage-openstack-user-infra.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If the Registry Operator cannot create a Swift bucket, you must set up the stora
1414
cloud credentials.
1515
* For Swift on {rh-openstack} storage, the secret is expected to contain the following two keys:
1616

17-
** `REGISTRY_STORAGE_SWIFT_USER`
17+
** `REGISTRY_STORAGE_SWIFT_USERNAME`
1818
** `REGISTRY_STORAGE_SWIFT_PASSWORD`
1919

2020
.Procedure

modules/registry-operator-config-resources-secret-openstack.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ credentials used by the Operator, if default credentials were found.
1616

1717
For Swift on {rh-openstack-first} storage, the secret is expected to contain the following two keys:
1818

19-
* `REGISTRY_STORAGE_SWIFT_USER`
19+
* `REGISTRY_STORAGE_SWIFT_USERNAME`
2020
* `REGISTRY_STORAGE_SWIFT_PASSWORD`
2121

2222
.Procedure
@@ -25,5 +25,5 @@ For Swift on {rh-openstack-first} storage, the secret is expected to contain the
2525
+
2626
[source,terminal]
2727
----
28-
$ oc create secret generic image-registry-private-configuration-user --from-literal=REGISTRY_STORAGE_SWIFT_USER=<username> --from-literal=REGISTRY_STORAGE_SWIFT_PASSWORD=<password> -n openshift-image-registry
28+
$ oc create secret generic image-registry-private-configuration-user --from-literal=REGISTRY_STORAGE_SWIFT_USERNAME=<username> --from-literal=REGISTRY_STORAGE_SWIFT_PASSWORD=<password> -n openshift-image-registry
2929
----

0 commit comments

Comments
 (0)