Skip to content

Commit 491fe68

Browse files
rgee0alexellis
authored andcommitted
Change myPrivateRepo to valid secret name
Signed-off-by: Richard Gee <richard@technologee.co.uk>
1 parent c18d40b commit 491fe68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/deployment/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Instead of always editing the function .yml you can link your private Docker rep
298298
Create the image pull secret in the `openfaas-fn` namespace:
299299
300300
```bash
301-
$ kubectl create secret docker-registry myPrivateRepo \
301+
$ kubectl create secret docker-registry my-private-repo \
302302
--docker-username=$DOCKER_USERNAME \
303303
--docker-password=$DOCKER_PASSWORD \
304304
--docker-email=$DOCKER_EMAIL \
@@ -313,7 +313,7 @@ At the bottom of the manifest add:
313313
314314
``` yaml
315315
imagePullSecrets:
316-
- name: myPrivateRepo
316+
- name: my-private-repo
317317
```
318318
319319
Save your changes.

0 commit comments

Comments
 (0)