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 Sep 3, 2024
1 parent 7c2db78 commit a1e0bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.7
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.21.0
appVersion: 0.23.0
deprecated: false
annotations:
app: keep
Expand Down
2 changes: 1 addition & 1 deletion charts/keep/templates/frontend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.frontend.extraIngress }}
{{- if .Values.frontend.extraIngress -}}
{{ toYaml .Values.frontend.extraIngress | nindent 2 }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/keep/templates/keep-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ spec:
{{- end }}
resources:
{{- toYaml .Values.frontend.resources | nindent 12 }}
{{- if .Values.frontend.extraContainers }}
{{ toYaml .Values.frontend.extraContainers | nindent 6 }}
{{- if .Values.frontend.extraContainers -}}
{{ toYaml .Values.frontend.extraContainers | nindent 8 }}
{{- end }}
{{- with .Values.frontend.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit a1e0bf6

Please sign in to comment.