mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
undo yaml changes
This commit is contained in:
parent
2c2642b41c
commit
d73f7107ff
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ metadata:
|
||||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "flowcontrol.apiserver.k8s.io/v1beta3"
|
- "flowcontrol.apiserver.k8s.io"
|
||||||
resources:
|
resources:
|
||||||
- "prioritylevelconfigurations"
|
- "prioritylevelconfigurations"
|
||||||
- "flowschemas"
|
- "flowschemas"
|
||||||
|
|
|
@ -121,7 +121,7 @@ metadata:
|
||||||
app.kubernetes.io/version: 0.1.1
|
app.kubernetes.io/version: 0.1.1
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "flowcontrol.apiserver.k8s.io/v1beta3"
|
- "flowcontrol.apiserver.k8s.io"
|
||||||
resources:
|
resources:
|
||||||
- "prioritylevelconfigurations"
|
- "prioritylevelconfigurations"
|
||||||
- "flowschemas"
|
- "flowschemas"
|
||||||
|
|
Loading…
Reference in a new issue