Commit 048c0528 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'fix/typo-in-agent-docs-jcunha' into 'master'

Fix typo in agent docs

See merge request gitlab-org/gitlab!73023
parents dfce9333 d7ae4dd0
......@@ -203,7 +203,7 @@ specified the `kas-address` correctly.
```
This error occurs if the `kas-address` doesn't include a trailing slash. To fix it, make sure that the
`wss` or `ws` URL ends with a training slash, such as `wss://GitLab.host.tld:443/-/kubernetes-agent/`
`wss` or `ws` URL ends with a trailing slash, such as `wss://GitLab.host.tld:443/-/kubernetes-agent/`
or `ws://GitLab.host.tld:80/-/kubernetes-agent/`.
#### ValidationError(Deployment.metadata)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment