Skip to content

Commit

Permalink
there is a missing trim for the resources on the kuberbacproxy which …
Browse files Browse the repository at this point in the history
…makes for strange spacing in the daemonset resources. This fixes that

Signed-off-by: Nicole <[email protected]>
  • Loading branch information
nfrazier08 committed Feb 12, 2024
1 parent e4588e3 commit b40adc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-node-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ spec:
timeoutSeconds: 5
{{- if .Values.kubeRBACProxy.resources }}
resources:
{{ toYaml .Values.kubeRBACProxy.resources | nindent 12 }}
{{- toYaml .Values.kubeRBACProxy.resources | nindent 12 }}
{{- end }}
{{- if .Values.terminationMessageParams.enabled }}
{{- with .Values.terminationMessageParams }}
Expand Down

0 comments on commit b40adc3

Please sign in to comment.