Skip to content

Commit

Permalink
Properly handle enableMetrics in Network Explorer Reducer template. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmw51798 authored Apr 12, 2023
1 parent cb41dd3 commit 03a1235
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ spec:
{{- if .Values.networkExplorer.reducer.disableMetrics }}
- --disable-metrics={{join "," .Values.networkExplorer.reducer.disableMetrics}}
{{- end }}
{{- if .Values.networkExplorer.reducer.enableMetrics }}
- --enable-metrics={{join "," .Values.networkExplorer.reducer.enableMetrics}}
{{- end }}
{{- if .Values.networkExplorer.reducer.ingestShards }}
- --num-ingest-shards={{- .Values.networkExplorer.reducer.ingestShards }}
{{- end }}
Expand Down

0 comments on commit 03a1235

Please sign in to comment.