Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/dremio_v2/templates/_helpers_coordinator.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{/*
Coordinator - Dremio Heap Memory allocation
Coordinator - Dremio Heap Memory Allocation
*/}}
{{- define "dremio.coordinator.heapMemory" -}}
{{- $coordinatorMemory := int $.Values.coordinator.memory -}}
Expand All @@ -21,7 +21,7 @@ Coordinator - Dremio Heap Memory allocation
{{- end -}}

{{/*
Coordiantor - Dremio Direct Memory Allocation
Coordinator - Dremio Direct Memory Allocation
*/}}
{{- define "dremio.coordinator.directMemory" -}}
{{- $coordinatorMemory := int $.Values.coordinator.memory -}}
Expand Down