1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Fix whitespace.

This commit is contained in:
Sam Rose 2023-12-13 12:37:08 +00:00
parent d164a3788d
commit 33818daea9
No known key found for this signature in database

View file

@ -192,12 +192,10 @@ spec:
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: {{ .Values.services.tlsRejectUnauthorized }}
{{ end }}
{{ }}
{{- if .Values.services.automationWorkers.enabled }}
- name: APP_FEATURES
value: "api"
{{- end }}
image: budibase/apps:{{ .Values.globals.appVersion | default .Chart.AppVersion }}
imagePullPolicy: Always
{{- if .Values.services.apps.startupProbe }}