Skip to content

Commit 002c49e

Browse files
author
lijianguo
committed
fix(chart): set the domain depends cert_manager_enabled
1 parent 756e671 commit 002c49e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

charts/passport/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
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 }}

charts/passport/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)