We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d3c89 commit 8f7d5cbCopy full SHA for 8f7d5cb
1 file changed
chart/templates/controller.yaml
@@ -121,6 +121,7 @@ metadata:
121
name: vela-controller-config
122
data:
123
VELA_ROOT_PATH: {{ .Values.controller.env.VELA_ROOT_PATH | quote }}
124
+ UVICORN_ROOT_PATH: {{ .Values.controller.env.VELA_ROOT_PATH | quote }}
125
VELA_JWT_SECRET: {{ .Values.controller.env.VELA_JWT_SECRET | quote }}
126
VELA_GATEWAY_NAME: {{ .Values.gateway.name | quote }}
127
VELA_GATEWAY_NAMESPACE: {{ .Values.gateway.namespace | quote }}
0 commit comments