Skip to content

Commit 1cae767

Browse files
authored
fix podMonitor spec (#2)
1 parent 1aa33cc commit 1cae767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/k8s-pause/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ keywords:
1414
name: k8s-pause
1515
sources:
1616
- https://github.com/DoodleScheduling/k8s-pause
17-
version: 0.1.1
17+
version: 0.1.2

chart/k8s-pause/templates/podmonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
annotations:
1818
{{- toYaml .Values.annotations | nindent 4 }}
1919
spec:
20-
endpoints:
20+
podMetricsEndpoints:
2121
- port: metrics
2222
path: {{ .Values.metricsPath }}
2323
interval: {{ .Values.podMonitor.interval }}

0 commit comments

Comments
 (0)