13 lines
302 B
YAML
13 lines
302 B
YAML
apiVersion: console.openshift.io/v1
|
|
kind: ConsoleNotification
|
|
metadata:
|
|
name: banner
|
|
spec:
|
|
text: "Cluster: ${CLUSTER_NAME}"
|
|
location: BannerTop
|
|
color: '#fff'
|
|
backgroundColor: "#${COLOR}"
|
|
link:
|
|
href: https://console.redhat.com/openshift/details/${CLUSTER_ID}
|
|
text: "(${CLUSTER_ID})"
|