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 5aa1126 commit 7e975e0Copy full SHA for 7e975e0
docs/tasks/configure-pod-container/configure-service-account.md
@@ -178,7 +178,7 @@ myregistrykey kubernetes.io/.dockerconfigjson 1 1d
178
Next, modify the default service account for the namespace to use this secret as an imagePullSecret.
179
180
```shell
181
-kubectl patch serviceaccount default -p '{\"imagePullSecrets\": [{\"name\": \"acrkey\"}]}'
+kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}'
182
```
183
184
Interactive version requiring manual edit:
0 commit comments