this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add ClusterIssuer back to production

Khue Doan 3dbf48ff 3772514b

+13
+13
platform/production/clusterissuer.yaml
··· 1 + apiVersion: cert-manager.io/v1 2 + kind: ClusterIssuer 3 + metadata: 4 + name: letsencrypt-prod 5 + spec: 6 + acme: 7 + server: https://acme-v02.api.letsencrypt.org/directory 8 + privateKeySecretRef: 9 + name: letsencrypt-account-key 10 + solvers: 11 + - http01: 12 + ingress: 13 + class: nginx