Skip to content

Commit

Permalink
Merge pull request #4502 from camilamacedo86/fix-yaml-lint
Browse files Browse the repository at this point in the history
🐛 (helm/alpha-v1): fix yaml lint in the ServiceMonitor file
  • Loading branch information
k8s-ci-robot authored Jan 17, 2025
2 parents 3f5ebd6 + dcba8e5 commit 929b016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
{{ "{{- include \"chart.labels\" . | nindent 4 }}" }}
{{ "{{- include \"chart.labels\" . | nindent 4 }}" }}
name: {{ .ProjectName }}-controller-manager-metrics-monitor
namespace: {{ "{{ .Release.Namespace }}" }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
{{- include "chart.labels" . | nindent 4 }}
name: project-v4-with-plugins-controller-manager-metrics-monitor
namespace: {{ .Release.Namespace }}
spec:
Expand Down

0 comments on commit 929b016

Please sign in to comment.