File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ HELMIFY ?= $(LOCALBIN)/helmify
306306.PHONY : helmify
307307helmify : $(HELMIFY ) # # Download helmify locally if necessary.
308308$(HELMIFY ) : $(LOCALBIN )
309- test -s
$(LOCALBIN ) /helmify
|| GOBIN=
$(LOCALBIN ) go install github.com/arttor/helmify/cmd/
[email protected] .
17 309+ test -s
$(LOCALBIN ) /helmify
|| GOBIN=
$(LOCALBIN ) go install github.com/arttor/helmify/cmd/
[email protected] .
18 310310
311311.PHONY : helm
312312helm : manifests kustomize helmify
Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ metadata:
55 labels :
66 control-plane : controller-manager
77 app.kubernetes.io/name : servicemonitor
8- app.kubernetes.io/instance : controller-manager-metrics-monitor
98 app.kubernetes.io/component : metrics
109 app.kubernetes.io/created-by : llmaz
1110 app.kubernetes.io/part-of : llmaz
12- app.kubernetes.io/managed-by : kustomize
1311 name : controller-manager-metrics-monitor
1412 namespace : system
1513spec :
2220 insecureSkipVerify : true
2321 selector :
2422 matchLabels :
25- app.kubernetes.io/created-by : llmaz
2623 app.kubernetes.io/name : service
Original file line number Diff line number Diff line change 88 # Associated ServiceMonitor selector
99 serviceMonitorSelector :
1010 # Need to match the label in ServiceMonitor
11- # https://github.com/kubernetes-sigs/jobset/blob/main/config/components/prometheus/monitor.yaml#L7
1211 matchLabels :
1312 control-plane : controller-manager
1413 resources :
You can’t perform that action at this time.
0 commit comments