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