From ad7b8b79eb8c9edb9d935a352d7b03d25eb7a753 Mon Sep 17 00:00:00 2001 From: Yuma Ogami Date: Tue, 12 Mar 2024 05:09:27 +0000 Subject: [PATCH] update --- config/certmanager/certificate.yaml | 2 +- config/crd/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/certmanager/certificate.yaml b/config/certmanager/certificate.yaml index 7b1bcf21..86317d8d 100644 --- a/config/certmanager/certificate.yaml +++ b/config/certmanager/certificate.yaml @@ -36,4 +36,4 @@ spec: issuerRef: kind: Issuer name: selfsigned-issuer - secretName: webhook-server-cert # this secret will not be prefixed, since it's not managed by kustomize + # secretName: webhook-server-cert # this secret will not be prefixed, since it's not managed by kustomize diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index ae8823ea..339f958f 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -8,7 +8,7 @@ resources: patches: # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. # patches here are for enabling the conversion webhook for each CRD -- path: patches/webhook_in_rbdpvcbackups.yaml +# - path: patches/webhook_in_rbdpvcbackups.yaml #+kubebuilder:scaffold:crdkustomizewebhookpatch # [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.