Skip to content

Commit

Permalink
Fixed namespace name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Jun 18, 2018
1 parent 06832f3 commit 625048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You have to replace the following addresses in all files:
* `registry.zerbytes.net` with your Docker registry address (e.g. `registry.example.com`).
* `edenmal.net` (in the Ingress manifest) with your domain name.
* You probably also want to change the subdomain name while you are at it.
* `presentatio-gitlab-k8s` with the Namespace name of your choice.
* `presentation-gitlab-k8s` with the Namespace name of your choice.

You also need to create a "Docker Login" Secret which contains your GitLab Registry access data (e.g. Username and Access token with registry access) named `regsecret` in the Namespace `presentation-gitlab-k8s`.
A guide for that can be found here: [Kubernetes.io - Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
Expand Down

0 comments on commit 625048a

Please sign in to comment.