@@ -328,6 +328,7 @@ properties:
328328 - citycloud
329329 - elastx
330330 - upcloud
331+ - none
331332 ck8sEnvironmentName :
332333 type : string
333334 ck8sFlavor :
@@ -1331,6 +1332,8 @@ properties:
13311332 useHostPort :
13321333 type : boolean
13331334 extraArgs : true
1335+ chroot :
1336+ type : boolean
13341337 type : object
13351338 additionalProperties : false
13361339 defaultBackend :
@@ -1345,6 +1348,8 @@ properties:
13451348 $ref : ' #/$defs/tolerations'
13461349 type : object
13471350 additionalProperties : false
1351+ subDomain :
1352+ type : string
13481353 type : object
13491354 additionalProperties : false
13501355 issuers :
@@ -2261,6 +2266,8 @@ properties:
22612266 $ref : ' #/$defs/nodeSelector'
22622267 resources :
22632268 $ref : ' #/$defs/resources'
2269+ storageClass :
2270+ type : string
22642271 storageSize :
22652272 default : 25Gi
22662273 type : string
@@ -2347,6 +2354,8 @@ properties:
23472354 $ref : ' #/$defs/nodeSelector'
23482355 resources :
23492356 $ref : ' #/$defs/resources'
2357+ storageClass :
2358+ type : string
23502359 storageSize :
23512360 default : 8Gi
23522361 type : string
@@ -2756,6 +2765,8 @@ properties:
27562765 type : array
27572766 type : object
27582767 additionalProperties : false
2768+ perf :
2769+ type : boolean
27592770 type : object
27602771 additionalProperties : false
27612772 s3BucketAlerts :
@@ -3212,6 +3223,12 @@ properties:
32123223 additionalProperties : false
32133224 elasticsearch : true
32143225 gatekeeper : true
3226+ wcProbeIngress :
3227+ type : object
3228+ properties :
3229+ enabled :
3230+ type : boolean
3231+ additionalProperties : false
32153232# Reject additional top-level top level things that are not yet covered by the schema in order to discover what those are.
32163233# In the future this could instead be a schema that describes the standard format for components.
32173234additionalProperties : false
0 commit comments