Skip to content

Commit 8f7d5cb

Browse files
committed
fix incorrect controller redirects
1 parent 91d3c89 commit 8f7d5cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chart/templates/controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ metadata:
121121
name: vela-controller-config
122122
data:
123123
VELA_ROOT_PATH: {{ .Values.controller.env.VELA_ROOT_PATH | quote }}
124+
UVICORN_ROOT_PATH: {{ .Values.controller.env.VELA_ROOT_PATH | quote }}
124125
VELA_JWT_SECRET: {{ .Values.controller.env.VELA_JWT_SECRET | quote }}
125126
VELA_GATEWAY_NAME: {{ .Values.gateway.name | quote }}
126127
VELA_GATEWAY_NAMESPACE: {{ .Values.gateway.namespace | quote }}

0 commit comments

Comments
 (0)