update to v1beta3

This commit is contained in:
Kiswono Prayogo 2024-07-03 18:36:04 +07:00
parent cb934c0644
commit da16c6edad
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -17,3 +17,6 @@ cert-manager-webhook-example
# Make artifacts
_out
_test
# if vendoring enabled
vendor/

View file

@ -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"

View file

@ -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"