File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717- name: " TZ"
1818 value: {{ .Values.time_zone | default " UTC" | quote }}
1919- name: " DRYCC_CONTROLLER_DOMAIN"
20- {{- if eq .Values.global.cert_manager_enabled " true " }}
20+ {{- if .Values.global.cert_manager_enabled }}
2121 value: https://drycc. {{ .Values.global.platform_domain }}
2222{{- else }}
2323 value: http://drycc. {{ .Values.global.platform_domain }}
Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ global:
6565 # - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
6666 database_location : " on-cluster"
6767
68- # Role-Based Access Control for Kubernetes >= 1.5
69- use_rbac : false
7068 # Please check `kubernetes.io/ingress.class`
7169 ingress_class : " "
7270 # A domain name consists of one or more parts.
You can’t perform that action at this time.
0 commit comments