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 cd3c59f commit f274700Copy full SHA for f274700
chart/templates/api/deployment.yml
@@ -7,7 +7,7 @@ metadata:
7
spec:
8
replicas: 1
9
selector:
10
- matchLabels:
+ matchLabels:
11
{{- include "azimuth-llm.api-selectorLabels" . | nindent 6 }}
12
strategy:
13
{{- .Values.api.updateStrategy | toYaml | nindent 4 }}
@@ -38,7 +38,7 @@ spec:
38
{{- else if .Values.huggingface.token }}
39
env:
40
- name: HUGGING_FACE_HUB_TOKEN
41
- value: {{ .Values.huggingface.token }}
+ value: {{ quote .Values.huggingface.token }}
42
{{- else if contains "Llama" .Values.huggingface.model -}}
43
{{- fail "Either secretName or token value must be set for Llama and other gated models" }}
44
{{- end }}
0 commit comments