Commit d7ae4dd0 authored by João Cunha's avatar João Cunha

Fix typo in agent docs

parent d913cdfb
...@@ -203,7 +203,7 @@ specified the `kas-address` correctly. ...@@ -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 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/`. or `ws://GitLab.host.tld:80/-/kubernetes-agent/`.
#### ValidationError(Deployment.metadata) #### 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