We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4620617 commit 0571457Copy full SHA for 0571457
charts/homer-operator/templates/crd.yaml
@@ -61,6 +61,9 @@ spec:
61
homerConfig:
62
description: HomerConfig is base/default Homer configuration.
63
properties:
64
+ connectivityCheck:
65
+ description: ConnectivityCheck enables VPN/connectivity monitoring.
66
+ type: boolean
67
defaults:
68
description: Defaults are your default settings for the dashboard.
69
@@ -77,6 +80,9 @@ spec:
77
80
type: string
78
81
header:
79
82
type: boolean
83
+ icon:
84
+ description: Icon alternative to logo using FontAwesome classes.
85
+ type: string
86
links:
87
description: Links contains any additional links (static) to be
88
displayed on the dashboard.
0 commit comments