Skip to content

Commit

Permalink
feat: allow dashboard to show in OpenShift developer console
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 committed Mar 7, 2024
1 parent de5e325 commit 67ab89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/components/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ func openshiftDashboardObjectMeta(name string) metav1.ObjectMeta {
Name: name,
Namespace: DashboardNs,
Labels: components.CommonLabels.Merge(k8s.StringMap{
"console.openshift.io/dashboard": "true",
"console.openshift.io/dashboard": "true",
"console.openshift.io/odc-dashboard": "true",
}),
Annotations: k8s.StringMap{
"include.release.openshift.io/self-managed-high-availability": "true",
Expand Down

0 comments on commit 67ab89b

Please sign in to comment.