Skip to content

Commit

Permalink
Merge pull request #2831 from wallrj/2754-webhook-config
Browse files Browse the repository at this point in the history
Fixes for the validating and mutating webhook configuration
  • Loading branch information
jetstack-bot committed Apr 23, 2020
2 parents 7332ab7 + f37e0cd commit f0231cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -19,6 +19,7 @@ webhooks:
- "acme.cert-manager.io"
apiVersions:
- v1alpha2
- v1alpha3
operations:
- CREATE
- UPDATE
Expand Down
Expand Up @@ -29,6 +29,7 @@ webhooks:
- "acme.cert-manager.io"
apiVersions:
- v1alpha2
- v1alpha3
operations:
- CREATE
- UPDATE
Expand All @@ -48,4 +49,4 @@ webhooks:
service:
name: {{ template "webhook.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
path: /mutate
path: /validate

0 comments on commit f0231cc

Please sign in to comment.