chore: remove legacy clusterissuer manifests

This commit is contained in:
Rob Watson 2023-09-11 05:52:11 +02:00
parent 859f572c9c
commit a5f56edd71
3 changed files with 0 additions and 38 deletions

View File

@ -1,6 +0,0 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: cluster-issuer-selfsigned
spec:
selfSigned: {}

View File

@ -1,16 +0,0 @@
# Legacy issuer that is not managed by Kustomize.
# For new certificates, prefer prod/clusterissuer.yaml.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-production
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: postmaster@netflux.io
privateKeySecretRef:
name: letsencrypt-production
solvers:
- http01:
ingress:
class: nginx

View File

@ -1,16 +0,0 @@
# Legacy issuer that is not managed by Kustomize.
# For new certificates, add staging/clusterissuer.yaml.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: postmaster@netflux.io
privateKeySecretRef:
name: letsencrypt-staging
solvers:
- http01:
ingress:
class: nginx