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.
2 parents cd3c59f + f274700 commit 657c71fCopy full SHA for 657c71f
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