Skip to content

Commit

Permalink
manifests: rename API performance dashboard
Browse files Browse the repository at this point in the history
In previous PR this manifests was labelled as "available only when Console capability enabled". This causes CVO to force enable Console capability when upgrading from baseline 4.13 cluster - as this manifest is present.

In order to avoid this, the manifest needs to be renamed, so that CVO would treat it as a new one (since its applicability has changed)
  • Loading branch information
vrutkovs committed Oct 10, 2023
1 parent c1fb42c commit 7457da4
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-dashboard-api-performance
name: grafana-dashboard-apiserver-performance
namespace: openshift-config-managed
annotations:
include.release.openshift.io/self-managed-high-availability: 'true'
Expand Down Expand Up @@ -3328,3 +3329,14 @@ data:
"uid": "X9gzM6XFF",
"version": 2
}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-dashboard-api-performance
namespace: openshift-config-managed
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/delete: "true"
labels:
console.openshift.io/dashboard: 'true'

0 comments on commit 7457da4

Please sign in to comment.