pull image private: fix example variable name (#7510)

In the docs the secret is called regcred instead of regsecret
This commit is contained in:
Philippe Pepiot
2018-02-24 23:14:44 +01:00
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