You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Set it to true if you want to uninstall CRDs when uninstalling this chart.\nBy default, CRDs will be kept so your custom resources will not be deleted accidentally.",
8
+
"required": [],
9
+
"title": "deleteOnUninstall",
10
+
"type": "boolean"
30
11
},
31
-
"additionalProperties": false
32
-
}
12
+
"enabled": {
13
+
"default": true,
14
+
"description": "Field that can be used as a condition when this chart is a dependency.\nThis definition is only here as a placeholder such that it is included in the json schema.\nSee https://helm.sh/docs/chart_best_practices/dependencies/#conditions-and-tags for more info.",
15
+
"required": [],
16
+
"title": "enabled",
17
+
"type": "boolean"
18
+
},
19
+
"gatewayAPI": {
20
+
"default": false,
21
+
"description": "Set it to true to install GatewayAPI CRDs.\nNeeded if you set providers.kubernetesGateway.enabled to true in main chart\nCannot be used together with gatewayAPIExperimental",
22
+
"required": [],
23
+
"title": "gatewayAPI",
24
+
"type": "boolean"
25
+
},
26
+
"gatewayAPIExperimental": {
27
+
"default": false,
28
+
"description": "Set it to true to install experimental GatewayAPI CRDs.\nThis includes additional experimental features beyond the standard Gateway API\nCannot be used together with gatewayAPI",
29
+
"required": [],
30
+
"title": "gatewayAPIExperimental",
31
+
"type": "boolean"
32
+
},
33
+
"global": {
34
+
"additionalProperties": false,
35
+
"description": "Global values\nThis definition is only here as a placeholder such that it is included in the json schema.",
36
+
"required": [],
37
+
"title": "global",
38
+
"type": "object"
39
+
},
40
+
"hub": {
41
+
"default": false,
42
+
"description": "Set it to true to install Traefik Hub CRDs.\nNeeded if you set hub.enabled to true in main chart",
0 commit comments