Skip to content

Commit

Permalink
[kube-state-metrics] fix nindent ksm pod annotations (#4759)
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron McAvoy <cmcavoy@indeed.com>
  • Loading branch information
cnmcavoy authored Jul 31, 2024
1 parent 46f883d commit 1710a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- prometheus
- kubernetes
type: application
version: 5.25.0
version: 5.25.1
appVersion: 2.13.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- end }}
{{- if .Values.podAnnotations }}
annotations:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{ toYaml .Values.podAnnotations | nindent 8 }}
{{- end }}
spec:
automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
Expand Down

0 comments on commit 1710a73

Please sign in to comment.