Skip to content

Commit

Permalink
Fix pod monitor template (#815)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed May 29, 2024
1 parent 219d193 commit 6d0c3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tembo-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tembo-operator
description: "Helm chart to deploy the tembo-operator"
type: application
icon: https://cloud.tembo.io/images/TemboElephant.png
version: 0.6.2
version: 0.6.3
home: https://tembo.io
sources:
- https://github.com/tembo-io/tembo
Expand Down
4 changes: 2 additions & 2 deletions charts/tembo-operator/templates/pod-monitor-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
namespace: {{ $namespace }}
spec:
podMetricsEndpoints:
- path: {{ (index .Values "controller").podMonitor.path }}
port: {{ (index .Values "controller").podMonitor.port }}
- path: {{ (index .Values "controller").monitoring.podMonitor.path }}
port: {{ (index .Values "controller").monitoring.podMonitor.port }}
namespaceSelector:
matchNames:
- {{ $namespace }}
Expand Down

0 comments on commit 6d0c3cb

Please sign in to comment.