Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidax committed May 22, 2024
1 parent 056664f commit 66655a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
args:
- "--log-level={{ .Values.clusterCollector.logLevel }}"
- "--address={{ default "0.0.0.0" .Values.clusterCollector.address }}"
- "--cache-maxsize={{ defaulut "10000" .Values.clusterCollector.cacheMaxsize }}"
- "--cache-maxsize={{ default "10000" .Values.clusterCollector.cacheMaxsize }}"
- "--reader-whitelist={{ .Release.Namespace }}:{{ template "checkmk.serviceAccountName.checkmk" . }}"
- "--writer-whitelist={{ .Release.Namespace }}:{{ template "checkmk.serviceAccountName.nodeCollector.containerMetricsCollector" . }},{{ .Release.Namespace }}:{{ template "checkmk.serviceAccountName.nodeCollector.machineSectionsCollector" . }}"
{{- if .Values.tlsCommunication.enabled }}
Expand Down

0 comments on commit 66655a9

Please sign in to comment.