Skip to content

Commit 0571457

Browse files
committed
Add connectivityCheck and icon fields to HomerConfig in CRD
1 parent 4620617 commit 0571457

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/homer-operator/templates/crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ spec:
6161
homerConfig:
6262
description: HomerConfig is base/default Homer configuration.
6363
properties:
64+
connectivityCheck:
65+
description: ConnectivityCheck enables VPN/connectivity monitoring.
66+
type: boolean
6467
defaults:
6568
description: Defaults are your default settings for the dashboard.
6669
properties:
@@ -77,6 +80,9 @@ spec:
7780
type: string
7881
header:
7982
type: boolean
83+
icon:
84+
description: Icon alternative to logo using FontAwesome classes.
85+
type: string
8086
links:
8187
description: Links contains any additional links (static) to be
8288
displayed on the dashboard.

0 commit comments

Comments
 (0)