1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00

OCPBUGS#5440 Correcting oc create secret command

This commit is contained in:
cbippley
2023-01-17 13:04:13 -05:00
committed by openshift-cherrypick-robot
parent c41ce0466e
commit 6770a4af4e

View File

@@ -21,7 +21,7 @@ credentials used by the Operator, if default credentials were found.
+
[source,terminal]
----
$ oc create secret generic image-registry-private-configuration-user --from-file=KEY1=value1 --from-literal=KEY2=value2 --namespace openshift-image-registry
$ oc create secret generic image-registry-private-configuration-user --from-literal=KEY1=value1 --from-literal=KEY2=value2 --namespace openshift-image-registry
----