File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : langstream
3
3
description : Helm chart for LangStream
4
4
type : application
5
- version : 0.0.11
6
- appVersion : 0.0.10
5
+ version : 0.0.12
6
+ appVersion : 0.0.12
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ spec:
35
35
command : [ "sh", "-c" ]
36
36
args :
37
37
- >
38
- echo " webServiceUrl: $WEB_SERVICE_URL" > /app/conf/cli.yaml &&
39
- echo " apiGatewayUrl: $API_GATEWAY_URL" >> /app/conf/cli.yaml &&
40
- echo "tenant: $TENANT" >> /app/conf/cli.yaml &&
41
- env &
38
+ /app/bin/langstream configure webServiceUrl $WEB_SERVICE_URL &&
39
+ /app/bin/langstream configure apiGatewayUrl $API_GATEWAY_URL &&
40
+ /app/bin/langstream configure tenant $TENANT &&
41
+ env &&
42
42
sleep infinity
43
43
env :
44
44
- name : KUBERNETES_NAMESPACE
You can’t perform that action at this time.
0 commit comments