Skip to content

Commit 6d0c3cb

Browse files
authored
Fix pod monitor template (#815)
Signed-off-by: Ian Stanton <ian@tembo.io>
1 parent 219d193 commit 6d0c3cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/tembo-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tembo-operator
33
description: "Helm chart to deploy the tembo-operator"
44
type: application
55
icon: https://cloud.tembo.io/images/TemboElephant.png
6-
version: 0.6.2
6+
version: 0.6.3
77
home: https://tembo.io
88
sources:
99
- https://github.com/tembo-io/tembo

charts/tembo-operator/templates/pod-monitor-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
namespace: {{ $namespace }}
1010
spec:
1111
podMetricsEndpoints:
12-
- path: {{ (index .Values "controller").podMonitor.path }}
13-
port: {{ (index .Values "controller").podMonitor.port }}
12+
- path: {{ (index .Values "controller").monitoring.podMonitor.path }}
13+
port: {{ (index .Values "controller").monitoring.podMonitor.port }}
1414
namespaceSelector:
1515
matchNames:
1616
- {{ $namespace }}

0 commit comments

Comments
 (0)