Skip to content

Commit 0f1526a

Browse files
authored
Merge pull request #106188 from yukirii/patch-2
Add namespace option to verifying command for pull secret
2 parents ee3cbb1 + dbd988f commit 0f1526a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/howto-add-update-pull-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson
141141
### Verify that pull secret is in place
142142

143143
```
144-
oc exec $(oc get pod -n openshift-apiserver -o jsonpath="{.items[0].metadata.name}") -- cat /var/lib/kubelet/config.json
144+
oc exec -n openshift-apiserver $(oc get pod -n openshift-apiserver -o jsonpath="{.items[0].metadata.name}") -- cat /var/lib/kubelet/config.json
145145
```
146146

147147
After the secret is set, you're ready to enable Red Hat Certified Operators.

0 commit comments

Comments
 (0)