Merge pull request #5057 from wackxu/patch-54
Update configure-service-account.md
This commit is contained in:
@@ -178,7 +178,6 @@ Next, modify the default service account for the namespace to use this secret as
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}'
|
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Interactive version requiring manual edit:
|
Interactive version requiring manual edit:
|
||||||
|
|||||||
Reference in New Issue
Block a user