Skip to content

Commit eca8e40

Browse files
authored
[vscode] Remove quotes from ai assistant api key (#285)
1 parent 8f6d22d commit eca8e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 2.0.2
3+
version: 2.0.3
44
type: library

charts/library-chart/templates/_secret.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ stringData:
425425
apiBase: {{ .Values.userPreferences.aiAssistant.apiBase | quote }}
426426
{{- end }}
427427
{{- if .Values.userPreferences.aiAssistant.apiKey }}
428-
apiKey: {{ .Values.userPreferences.aiAssistant.apiKey | quote }}
428+
apiKey: {{ .Values.userPreferences.aiAssistant.apiKey }}
429429
{{- end }}
430430
useLegacyCompletionsEndpoint: {{ .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint | default false }}
431431
context:

0 commit comments

Comments
 (0)