File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {{ if .Values.cert_manager_enabled }}
1+ {{ if .Values.global. cert_manager_enabled }}
22apiVersion : cert-manager.io/v1alpha2
33kind : Certificate
44metadata :
1111 kind : ClusterIssuer
1212 dnsNames :
1313 - drycc.{{ .Values.platform_domain }}
14- # privateKey:
15- # rotationPolicy: Always
16- # acme:
17- # config:
18- # - http01:
19- # ingressClass: "{{ .Values.global.ingress_class }}"
20- # domains:
21- # - drycc.{{ .Values.platform_domain }}
14+ privateKey :
15+ rotationPolicy : Always
2216{{- end }}
Original file line number Diff line number Diff line change 2626 backend :
2727 serviceName : drycc-controller
2828 servicePort : 80
29- {{ if .Values.cert_manager_enabled }}
29+ {{ if .Values.global. cert_manager_enabled }}
3030 tls :
3131 - secretName : drycc-controller-auto-tls
3232 hosts :
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ k8s_api_verify_tls: "true"
1919#
2020# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
2121platform_domain : " "
22- # Whether cert_manager is enabled to automatically generate controller certificates
23- cert_manager_enabled : " true"
2422
2523global :
2624 # Admin email, used for each component to send email to administrator
@@ -56,3 +54,5 @@ global:
5654 use_rbac : false
5755 # Please check `kubernetes.io/ingress.class`
5856 ingress_class : " "
57+ # Whether cert_manager is enabled to automatically generate controller certificates
58+ cert_manager_enabled : " true"
You can’t perform that action at this time.
0 commit comments