Skip to content

Commit

Permalink
chore: quoting booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 96f4602 commit a62d368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
- name: STORE_ADMIN_AUTORECOVERYENABLED
value: "true"
- name: STORE_EXECUTOR_USEVIRTUALTHREADFORBATCHPROCESSING
value: {{ .Values.aggregation.store.executor.use_virtual_thread_for_batch_processing | default "false" }}
value: {{ .Values.aggregation.store.executor.use_virtual_thread_for_batch_processing | default "false" | quote }}

resources:
{{- toYaml .Values.aggregation.resources | nindent 12 }}
Expand Down

0 comments on commit a62d368

Please sign in to comment.