Refactor to attempt to get clusterissuer and helm all happy together

This commit is contained in:
Scott Williams 2024-03-08 12:09:18 -08:00
commit b36eea699c
4 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-issuer
spec:
acme:
email: lsitops@lsit.ucsb.edu
privateKeySecretRef:
name: letsencrypt-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
ingressClassName: nginx
- http01:
ingress:
ingressClassName: traefik

3
manifests/fleet.yaml Normal file
View file

@ -0,0 +1,3 @@
defaultNamespace: cert-manager
dependsOn:
- name: fleet-cert-manager-operator