From 6e89d8ec5a670f4a0ded3d43544fe78034f40ae2 Mon Sep 17 00:00:00 2001 From: KevFan Date: Fri, 24 Jan 2025 16:20:29 +0000 Subject: [PATCH] kustomize: use patches instead of patchesJson6902 Signed-off-by: KevFan --- install/crd/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/crd/kustomization.yaml b/install/crd/kustomization.yaml index 54fccbf3..589c60e0 100644 --- a/install/crd/kustomization.yaml +++ b/install/crd/kustomization.yaml @@ -9,10 +9,10 @@ resources: #- patches/webhook_in_authconfigs.yaml # +kubebuilder:scaffold:crdkustomizewebhookpatch -patchesJson6902: +patches: - path: patches/oneof_in_authconfigs.yaml target: group: apiextensions.k8s.io - version: v1 kind: CustomResourceDefinition name: authconfigs.authorino.kuadrant.io + version: v1