Fix typo in detailed-doc.md (#1997)

This commit is contained in:
qube 2022-11-08 18:38:48 -08:00 committed by GitHub
parent 7c81c2eec1
commit cb288fc99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ $ helm upgrade --install --namespace actions-runner-system --create-namespace \
The command above will create a new deployment and a service for receiving Github Webhooks on the `actions-runner-system` namespace.
Now we need to expose this service so that GitHub can send these webhooks over the network with TSL protection.
Now we need to expose this service so that GitHub can send these webhooks over the network with TLS protection.
You can do it in any way you prefer, here we'll suggest doing it with a k8s Ingress.
For the sake of this example we'll expose this service on the following URL: