File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates/prometheus
testdata/project-v4-with-plugins/dist/chart/templates/prometheus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ apiVersion: monitoring.coreos.com/v1
48
48
kind: ServiceMonitor
49
49
metadata:
50
50
labels:
51
- {{ "{{- include \"chart.labels\" . | nindent 4 }}" }}
51
+ {{ "{{- include \"chart.labels\" . | nindent 4 }}" }}
52
52
name: {{ .ProjectName }}-controller-manager-metrics-monitor
53
53
namespace: {{ "{{ .Release.Namespace }}" }}
54
54
spec:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apiVersion: monitoring.coreos.com/v1
4
4
kind : ServiceMonitor
5
5
metadata :
6
6
labels :
7
- {{- include "chart.labels" . | nindent 4 }}
7
+ {{- include "chart.labels" . | nindent 4 }}
8
8
name : project-v4-with-plugins-controller-manager-metrics-monitor
9
9
namespace : {{ .Release.Namespace }}
10
10
spec :
You can’t perform that action at this time.
0 commit comments