From c153cc18fea838bb82b82b353dbc017db8392398 Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:19:11 +0100 Subject: [PATCH] Delete Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/your-domain-production.yaml --- .../Production/your-domain-production.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/your-domain-production.yaml diff --git a/Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/your-domain-production.yaml b/Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/your-domain-production.yaml deleted file mode 100644 index baa680f..0000000 --- a/Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/your-domain-production.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -apiVersion: cert-manager.io/v1 -kind: Certificate -metadata: - name: your-domain - namespace: default -spec: - secretName: your-domain-tls - issuerRef: - name: letsencrypt-production - kind: ClusterIssuer - commonName: "*.yourdomain.co.uk" - dnsNames: - - "*.yourdomain.co.uk" - - yourdomain.co.uk