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.

13 lines
418 B

3 years ago
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 }}
3 years ago
dnsNames:
{{- toYaml .Values.nginx.certificate.dnsNames | nindent 4 }}