Skip to content

Commit a4646a3

Browse files
committed
Update
Signed-off-by: kerthcet <[email protected]>
1 parent 864d29c commit a4646a3

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ HELMIFY ?= $(LOCALBIN)/helmify
306306
.PHONY: helmify
307307
helmify: $(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
312312
helm: manifests kustomize helmify

config/prometheus/monitor.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1513
spec:
@@ -22,5 +20,4 @@ spec:
2220
insecureSkipVerify: true
2321
selector:
2422
matchLabels:
25-
app.kubernetes.io/created-by: llmaz
2623
app.kubernetes.io/name: service

config/prometheus/prometheus.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
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:

0 commit comments

Comments
 (0)