mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
update to v1beta3
This commit is contained in:
parent
cb934c0644
commit
da16c6edad
3 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -17,3 +17,6 @@ cert-manager-webhook-example
|
|||
# Make artifacts
|
||||
_out
|
||||
_test
|
||||
|
||||
# if vendoring enabled
|
||||
vendor/
|
||||
|
|
|
@ -115,7 +115,7 @@ metadata:
|
|||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||
rules:
|
||||
- apiGroups:
|
||||
- "flowcontrol.apiserver.k8s.io"
|
||||
- "flowcontrol.apiserver.k8s.io/v1beta3"
|
||||
resources:
|
||||
- "prioritylevelconfigurations"
|
||||
- "flowschemas"
|
||||
|
|
|
@ -121,7 +121,7 @@ metadata:
|
|||
app.kubernetes.io/version: 0.1.1
|
||||
rules:
|
||||
- apiGroups:
|
||||
- "flowcontrol.apiserver.k8s.io"
|
||||
- "flowcontrol.apiserver.k8s.io/v1beta3"
|
||||
resources:
|
||||
- "prioritylevelconfigurations"
|
||||
- "flowschemas"
|
||||
|
|
Loading…
Reference in a new issue