Skip to content

Commit

Permalink
feat: use openshift-monitoring prometheus instead of user workload mo…
Browse files Browse the repository at this point in the history
…nitoring

Signed-off-by: Bastien Grasnick <[email protected]>
  • Loading branch information
BGrasnick committed Nov 17, 2023
1 parent 05f3ac1 commit 1e395b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func NewKeplerNamespace() *corev1.Namespace {
// allowPrivilegeEscalation != false (container "kepler-exporter" must set
// securityContext.allowPrivilegeEscalation=false),
"pod-security.kubernetes.io/enforce": "privileged",
"openshift.io/cluster-monitoring": "true",
}),
//TODO: ensure in-cluster monitoring ignores this ns
},
Expand Down

0 comments on commit 1e395b7

Please sign in to comment.