Skip to content

Commit

Permalink
when updating pull secret, make sure key is .dockerconfigjson
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimcall committed May 5, 2024
1 parent 93ad4a9 commit 0484e87
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,9 @@ Login Succeeded!

Replace the [.highside]#disco.lab# cluster's global __pull secret__


[.highside,source,bash,role=execute]
----
oc set data secret/pull-secret -n openshift-config --from-file $XDG_RUNTIME_DIR/containers/auth.json
oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson=$XDG_RUNTIME_DIR/containers/auth.json
----
[.output]
----
Expand Down

0 comments on commit 0484e87

Please sign in to comment.