Skip to content
Snippets Groups Projects

remove cert-manager-clusterissuer

Closed Ankur Kothiwal requested to merge remove-certmanager-clusterissuer into staging
1 unresolved thread
Compare and
2 files
+ 1
20
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
19
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt
namespace: {{ .Release.namespace }}
spec:
acme:
# The ACME server URL
server: {{ .Values.cern.tls.acme.server }}
# Email address used for ACME registration
email: {{ .Values.cern.tls.acme.email }}
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt
# Enable the HTTP-01 challenge provider
solvers:
- http01:
ingress:
class: nginx
Loading