We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dd717 commit 2cd787aCopy full SHA for 2cd787a
helm/templates/deployment-cache-server.yaml
@@ -35,7 +35,7 @@ spec:
35
{{- if eq .Values.cacheserverSpec.tag "latest-nightly" }}
36
- "/opt/venv/bin/lmcache_server"
37
{{- else if eq .Values.cacheserverSpec.tag "latest" }}
38
- - "/opt/venv/bin/lmcache_experimental_server"
+ - "/opt/venv/bin/lmcache_v0_server"
39
{{- else }}
40
- "lmcache_experimental_server"
41
{{- end }}
0 commit comments