Skip to content
Snippets Groups Projects
Commit 9c1c2d7d authored by Lukáš Daubner's avatar Lukáš Daubner :radioactive:
Browse files

Fixed typo

parent 562a3e18
No related branches found
No related tags found
No related merge requests found
Pipeline #122437 passed
......@@ -87,7 +87,7 @@
current-context: "kuba-cluster"
```
* Generate GitLab access token with ``read_registry`` scope (User Settings > Access Tokens)
![GitLab AccessToken](docs/Gitlab_accesstoken.png)
![GitLab AccessToken](docs/GitLab_accesstoken.png)
* Add credentials for GitLab Docker Repository to Kubernetes
```powershell
kubectl create secret docker-registry regcred --docker-server=registry.gitlab.ics.muni.cz:443 --docker-username=<EMAIL> --docker-password=<ACCESS_TOKEN> --docker-email=<EMAIL>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment