1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

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

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: {}