Skip to content

Commit

Permalink
feat: add tpl to env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Aug 31, 2024
1 parent beb3a72 commit b44e227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: keep
version: 0.1.5
version: 0.1.6
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
Expand Down
2 changes: 1 addition & 1 deletion charts/keep/templates/keep-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
{{- else }}
value: {{ .value | quote }}
value: {{ tpl (.value | toString) $ | quote }}
{{- end }}
{{- end }}
{{- if .Values.backend.openAiApi.enabled }}
Expand Down

0 comments on commit b44e227

Please sign in to comment.