From 8741c6014af5d6226746879bb710e8ff11302ee7 Mon Sep 17 00:00:00 2001 From: yuswift Date: Wed, 8 Sep 2021 18:03:56 +0800 Subject: [PATCH] upgrade ValidatingWebhookConfiguration to v1 Signed-off-by: yuswift --- config/ks-core/templates/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ks-core/templates/webhook.yaml b/config/ks-core/templates/webhook.yaml index fee6671e3..245f20966 100644 --- a/config/ks-core/templates/webhook.yaml +++ b/config/ks-core/templates/webhook.yaml @@ -14,7 +14,7 @@ metadata: name: ks-controller-manager-webhook-cert type: Opaque --- -apiVersion: admissionregistration.k8s.io/v1beta1 +apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: name: users.iam.kubesphere.io