You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
424 B

apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
name: {{ .Values.issuerName }}
namespace: default
environment: {{ .Values.environment }}
app: {{ .Values.applicationName }}
spec:
acme:
server: {{ .Values.server }}
email: not@used.com
privateKeySecretRef:
name: {{ .Values.issuerSecretName }}
solvers:
- http01:
ingress:
class: {{ .Values.ingressClass }}