Interlegis Public Rancher Charts for Kubernetes
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.
|
|
|
apiVersion: cert-manager.io/v1
|
|
|
|
kind: Certificate
|
|
|
|
metadata:
|
|
|
|
name: {{ include "mailproxy.fullname" . }}
|
|
|
|
labels:
|
|
|
|
{{- include "mailproxy.labels" . | nindent 4 }}
|
|
|
|
spec:
|
|
|
|
secretName: {{ include "mailproxy.fullname" . }}-tls
|
|
|
|
issuerRef:
|
|
|
|
name: {{ .Values.nginx.certificate.issuer }}
|
|
|
|
kind: {{ .Values.nginx.certificate.issuerKind }}
|
|
|
|
dnsNames:
|
|
|
|
{{- toYaml .Values.nginx.certificate.dnsNames | nindent 4 }}
|