Skip to content

Commit

Permalink
fix(prometheus-node-exporter): small typo fixed for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
JayQuid committed May 11, 2023
1 parent d2e4737 commit 4ecb3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chart/templates/prom-node-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ spec:
helm:
values: |
prometheus-node-exporter:
{{- toYaml .Values.promtheusNodeExporter | nindent 10 }}
{{- toYaml .Values.prometheusNodeExporter | nindent 10 }}
parameters:
- name: prometheus-node-exporter.serviceAccount.name
value: {{ .Values.promtheusNodeExporter.serviceAccountName }}
value: {{ .Values.prometheusNodeExporter.serviceAccountName }}
destination:
server: {{ .Values.destinationServer | default "https://kubernetes.default.svc" }}
namespace: prometheus-node-exporter
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ kubeStateMetrics:
serviceAccountName:

# Prometheus Node Exporter
promtheusNodeExporter:
prometheusNodeExporter:
enable: false
serviceAccountName:

Expand Down

0 comments on commit 4ecb3ff

Please sign in to comment.