Skip to content

Commit

Permalink
Merge pull request #2250 from mindw/dev/gabi/helm_chart_node_metrics_fix
Browse files Browse the repository at this point in the history
enabling node metrics causes helm apply failure on malformed yaml
  • Loading branch information
k8s-ci-robot authored Dec 9, 2024
2 parents 064f186 + f5b1e2d commit d13273b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
{{- end }}
{{- end }}
---
{{- if .Values.node.enableMetrics -}}
{{- if .Values.node.enableMetrics }}
apiVersion: v1
kind: Service
metadata:
Expand Down
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ node:
kubeletPath: /var/lib/kubelet
loggingFormat: text
logLevel: 2
enableMetrics: false
priorityClassName:
additionalArgs: []
affinity:
Expand Down

0 comments on commit d13273b

Please sign in to comment.