Skip to content

Commit cdd45a3

Browse files
committed
Configure Grafana dashboard sidecar to search across all namespaces
1 parent df50aa4 commit cdd45a3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

infra/knative/kustomization.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ resources:
55
- https://github.com/knative/operator/releases/download/knative-v1.17.2/operator.yaml
66
- https://raw.githubusercontent.com/knative-extensions/monitoring/main/grafana/dashboards.yaml
77
- crd.yaml
8+
9+
patches:
10+
- patch: |
11+
$patch: delete
12+
apiVersion: v1
13+
kind: ConfigMap
14+
metadata:
15+
name: knative-eventing-dashboards
16+
namespace: knative-eventing

infra/victoria-metrics/helm-chart-values/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ defaultDashboards:
6969
argocd.argoproj.io/sync-options: ServerSideApply=true
7070

7171
grafana:
72+
sidecar:
73+
dashboards:
74+
searchNamespace: ALL
7275
vmScrape:
7376
enabled: false
7477
admin:

0 commit comments

Comments
 (0)