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:
committed by
openshift-cherrypick-robot
parent
c41ce0466e
commit
6770a4af4e
@@ -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
|
||||
----
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user