From 287fc3c24f370a9c74d90fb8f24a1d1fd2dd466c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Wed, 10 Apr 2024 09:07:42 +0200 Subject: [PATCH] manual crd installation --- infrastructure/07-cert-manager/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/07-cert-manager/kustomization.yaml b/infrastructure/07-cert-manager/kustomization.yaml index cfeecd9..cce876a 100644 --- a/infrastructure/07-cert-manager/kustomization.yaml +++ b/infrastructure/07-cert-manager/kustomization.yaml @@ -5,12 +5,13 @@ namespace: cert-manager resources: - dns-issuer.yaml + - https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml - ionos-secret-sealed.yaml - namespace.yaml helmCharts: - name: cert-manager - includeCRDs: true + includeCRDs: false version: 1.14.4 releaseName: "cert-manager" repo: https://charts.jetstack.io