Skip to content

Commit 4620617

Browse files
committed
Update CRD and sample dashboard configuration to change header type from string to boolean in crd.yaml and adjust header value in dashboard.yaml to a string representation.
1 parent d020997 commit 4620617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/homer-operator/templates/crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
description: Footer to be displayed on the dashboard.
7777
type: string
7878
header:
79-
type: string
79+
type: boolean
8080
links:
8181
description: Links contains any additional links (static) to be
8282
displayed on the dashboard.

config/samples/homer_v1alpha1_dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
title: "Modern Homer Dashboard"
1414
subtitle: "Enterprise Service Discovery & Monitoring"
1515
logo: "https://raw.githubusercontent.com/rajsinghtech/homer-operator/main/homer/Homer-Operator.png"
16-
header: true
16+
header: "true"
1717
footer: '<p>Powered by <strong>Homer-Operator</strong> | <a href="https://github.com/rajsinghtech/homer-operator">GitHub</a></p>'
1818

1919
# Default layout settings

0 commit comments

Comments
 (0)