From 4f01c341b3c119cc23d72255c97455e9fd4fe527 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 28 Jun 2024 15:29:27 -0800 Subject: [PATCH] move cert-manager exoscale webhook --- .../controllers/cert-manager-webhook-exoscale.yaml | 6 ------ infrastructure/controllers/kustomization.yaml | 1 - 2 files changed, 7 deletions(-) delete mode 100644 infrastructure/controllers/cert-manager-webhook-exoscale.yaml diff --git a/infrastructure/controllers/cert-manager-webhook-exoscale.yaml b/infrastructure/controllers/cert-manager-webhook-exoscale.yaml deleted file mode 100644 index 3ea7543..0000000 --- a/infrastructure/controllers/cert-manager-webhook-exoscale.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: - - github.com/exoscale.cert-manager-webhook-exoscale/deploy/exoscale-webhook-kustomize \ No newline at end of file diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index a6e6239..4c01500 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -3,7 +3,6 @@ kind: Kustomization resources: - external-dns.yaml - cert-manager.yaml - - cert-manager-webhook-exoscale.yaml - ingress-traefik.yaml - grafana-k8s-dashboards.yaml - kube-prometheus-stack.yaml \ No newline at end of file