Merge pull request #12641 from Budibase/helm-fix

Copy paste error in the Helm chart.
This commit is contained in:
Sam Rose 2023-12-20 10:36:18 +00:00 committed by GitHub
commit 895c9a9ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,6 +213,7 @@ spec:
resources:
{{- toYaml . | nindent 10 }}
{{ end }}
{{ if .Values.services.worker.command }}
command:
{{- toYaml .Values.services.worker.command | nindent 10 }}
{{ end }}
@ -237,5 +238,4 @@ spec:
{{ end }}
restartPolicy: Always
serviceAccountName: ""
{{ if .Values.services.worker.command }}
status: {}