Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates deploy webhook example to match docs #5193

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/validating-webhook.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ webhooks:
clientConfig:
service:
namespace: ingress-nginx
name: nginx-ingress-webhook
name: ingress-validation-webhook
path: /networking.k8s.io/v1beta1/ingresses
caBundle: <certificate.pem | base64>
---
2 changes: 1 addition & 1 deletion docs/deploy/validating-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To check that your kube API server runs with the required flags, please refer to

### Additional kubernetes objects

Once both the ingress controller and the kube API server are configured to serve the webhook, add the you can configure the webhook with the following objects:
Once both the ingress controller and the kube API server are configured to serve the webhook, you can configure the webhook with the following objects:

```yaml
apiVersion: v1
Expand Down