From 4f14a264dab88e7f744c0d999e70e8a09f556fbe Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 16 Feb 2025 01:48:27 +0100 Subject: [PATCH] Add cert-manager-webhook-ovh --- .../controllers/cert-manager-webhook-ovh.yaml | 26 +++++++++++++++++++ infra/kustomization.yaml | 1 + 2 files changed, 27 insertions(+) create mode 100644 infra/controllers/cert-manager-webhook-ovh.yaml diff --git a/infra/controllers/cert-manager-webhook-ovh.yaml b/infra/controllers/cert-manager-webhook-ovh.yaml new file mode 100644 index 0000000..526da85 --- /dev/null +++ b/infra/controllers/cert-manager-webhook-ovh.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1 +kind: HelmRepository +metadata: + name: cert-manager-webhook-ovh + namespace: cert-manager +spec: + interval: 24h + url: https://aureq.github.io/cert-manager-webhook-ovh/ +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: cert-manager-webhook-ovh + namespace: cert-manager +spec: + interval: 30m + chart: + spec: + chart: cert-manager-webhook-ovh + version: 0.7.3 + sourceRef: + kind: HelmRepository + name: cert-manager-webhook-ovh + namespace: cert-manager + interval: 12h diff --git a/infra/kustomization.yaml b/infra/kustomization.yaml index 7fffa68..15b84b5 100644 --- a/infra/kustomization.yaml +++ b/infra/kustomization.yaml @@ -6,6 +6,7 @@ resources: - controllers/nginx.yaml - controllers/dns-public.yaml - controllers/cert-manager.yaml + - controllers/cert-manager-webhook-ovh.yaml - controllers/openebs.yaml - controllers/k8up.yaml - controllers/openbao.yaml