Skip to content

Commit

Permalink
revert #1250 on charts (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan committed May 10, 2021
1 parent 0fccf8b commit dc33b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.experimentalEnableMutation }}
apiVersion: admissionregistration.k8s.io/v1
apiVersion: admissionregistration.k8s.io/v1beta1
kind: MutatingWebhookConfiguration
metadata:
creationTimestamp: null
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if not .Values.disableValidatingWebhook }}
apiVersion: admissionregistration.k8s.io/v1
apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
metadata:
labels:
Expand Down Expand Up @@ -27,7 +27,7 @@ webhooks:
- '*'
apiVersions:
- '*'
operations:
operations:
- CREATE
- UPDATE
{{- if .Values.enableDeleteOperations }}
Expand Down

0 comments on commit dc33b0a

Please sign in to comment.