Skip to content

Commit 7cd2af8

Browse files
committed
Updating helmcharts, regenerate charts
1 parent 5996f78 commit 7cd2af8

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

deploy/helm/hive-operator/crds/crds.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ spec:
316316
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
317317
nullable: true
318318
type: string
319-
listenerClass:
320-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
321-
nullable: true
322-
type: string
323319
logging:
324320
default:
325321
containers: {}
@@ -541,11 +537,16 @@ spec:
541537
x-kubernetes-preserve-unknown-fields: true
542538
roleConfig:
543539
default:
540+
listenerClass: cluster-internal
544541
podDisruptionBudget:
545542
enabled: true
546543
maxUnavailable: null
547544
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
548545
properties:
546+
listenerClass:
547+
default: cluster-internal
548+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the coordinator.
549+
type: string
549550
podDisruptionBudget:
550551
default:
551552
enabled: true
@@ -614,10 +615,6 @@ spec:
614615
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
615616
nullable: true
616617
type: string
617-
listenerClass:
618-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
619-
nullable: true
620-
type: string
621618
logging:
622619
default:
623620
containers: {}

0 commit comments

Comments
 (0)