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" }}
21+ value: https://drycc. {{ .Values.global.platform_domain }}
22+ {{- else }}
2023 value: http://drycc. {{ .Values.global.platform_domain }}
24+ {{- end }}
2125- name: SOCIAL_AUTH_DRYCC_CONTROLLER_KEY
2226 valueFrom:
2327 secretKeyRef:
Original file line number Diff line number Diff line change 11{{- if eq .Values.global.passport_location "on-cluster" }}
2- {{- if .Values.global.cert_passport_enabled }}
2+ {{- if .Values.global.cert_manager_enabled }}
33apiVersion : cert-manager.io/v1
44kind : Certificate
55metadata :
Original file line number Diff line number Diff line change 2727 backend :
2828 service :
2929 name : drycc-passport
30- port :
30+ port :
3131 number : 80
32- {{ if .Values.global.cert_passport_enabled }}
32+ {{ if .Values.global.cert_manager_enabled }}
3333 tls :
3434 - secretName : drycc-passport-certificate-auto
3535 hosts :
Original file line number Diff line number Diff line change @@ -76,5 +76,5 @@ global:
7676 # This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
7777 platform_domain : " "
7878 # Whether cert_passport is enabled to automatically generate passport certificates
79- cert_passport_enabled : " true"
79+ cert_manager_enabled : " true"
8080 passport_location : " on-cluster"
You can’t perform that action at this time.
0 commit comments