File tree Expand file tree Collapse file tree
charts/plugin-fees/templates/fees Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 MULTI_TENANT_ENABLED : {{ .Values.fees.configmap.MULTI_TENANT_ENABLED | default "false" | quote }}
8080 {{- if eq (.Values.fees.configmap.MULTI_TENANT_ENABLED | default "false" | toString) "true" }}
8181 MULTI_TENANT_URL : {{ required "fees.configmap.MULTI_TENANT_URL is required when MULTI_TENANT_ENABLED=true" .Values.fees.configmap.MULTI_TENANT_URL | quote }}
82+ MULTI_TENANT_ALLOW_INSECURE_HTTP : {{ .Values.fees.configmap.MULTI_TENANT_ALLOW_INSECURE_HTTP | default "false" | quote }}
8283 MULTI_TENANT_ENVIRONMENT : {{ .Values.fees.configmap.MULTI_TENANT_ENVIRONMENT | default "" | quote }}
8384 MULTI_TENANT_MAX_TENANT_POOLS : {{ .Values.fees.configmap.MULTI_TENANT_MAX_TENANT_POOLS | default "100" | quote }}
8485 MULTI_TENANT_IDLE_TIMEOUT_SEC : {{ .Values.fees.configmap.MULTI_TENANT_IDLE_TIMEOUT_SEC | default "300" | quote }}
You can’t perform that action at this time.
0 commit comments