We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632487 commit dbd988fCopy full SHA for dbd988f
articles/openshift/howto-add-update-pull-secret.md
@@ -141,7 +141,7 @@ oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson
141
### Verify that pull secret is in place
142
143
```
144
-oc exec $(oc get pod -n openshift-apiserver -o jsonpath="{.items[0].metadata.name}") -- cat /var/lib/kubelet/config.json
+oc exec -n openshift-apiserver $(oc get pod -n openshift-apiserver -o jsonpath="{.items[0].metadata.name}") -- cat /var/lib/kubelet/config.json
145
146
147
After the secret is set, you're ready to enable Red Hat Certified Operators.
0 commit comments