mirror of https://github.com/kubernetes/kops.git
Remove kube-system cert-manager webhook exclusion
This commit is contained in:
parent
120220913d
commit
6142db9b2f
|
|
@ -5621,10 +5621,6 @@ webhooks:
|
||||||
operator: "NotIn"
|
operator: "NotIn"
|
||||||
values:
|
values:
|
||||||
- "true"
|
- "true"
|
||||||
- key: "name"
|
|
||||||
operator: "NotIn"
|
|
||||||
values:
|
|
||||||
- kube-system
|
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "cert-manager.io"
|
- "cert-manager.io"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue