Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Nov 22, 2023
1 parent c02c8dc commit c73da7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/posthog/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ spec:
image: {{ template "posthog.web.image.fullPath" . }}
{{ if .Values.web.image.command -}}
command:
{{- toYaml .Values.web.image.command | indent 8 }}
{{- range .Values.web.image.command }}
- {{ . }}
{{- end }}
{{ else }}
command:
- ./bin/docker-server
Expand Down

0 comments on commit c73da7b

Please sign in to comment.