pull image private: fix example variable name (#7510)
In the docs the secret is called regcred instead of regsecret
This commit is contained in:
committed by
k8s-ci-robot
parent
4e248ae8f4
commit
0c0e2c636d
@@ -7,5 +7,5 @@ spec:
|
||||
- name: private-reg-container
|
||||
image: <your-private-image>
|
||||
imagePullSecrets:
|
||||
- name: regsecret
|
||||
- name: regcred
|
||||
|
||||
|
||||
Reference in New Issue
Block a user