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.
2 parents ee3cbb1 + dbd988f commit 0f1526aCopy full SHA for 0f1526a
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