We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa33cc commit 1cae767Copy full SHA for 1cae767
chart/k8s-pause/Chart.yaml
@@ -14,4 +14,4 @@ keywords:
14
name: k8s-pause
15
sources:
16
- https://github.com/DoodleScheduling/k8s-pause
17
-version: 0.1.1
+version: 0.1.2
chart/k8s-pause/templates/podmonitor.yaml
@@ -17,7 +17,7 @@ metadata:
annotations:
18
{{- toYaml .Values.annotations | nindent 4 }}
19
spec:
20
- endpoints:
+ podMetricsEndpoints:
21
- port: metrics
22
path: {{ .Values.metricsPath }}
23
interval: {{ .Values.podMonitor.interval }}
0 commit comments