From b337a932430ecd74edb874c297feb62d3cbf5af0 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 27 Sep 2023 14:10:06 +0200 Subject: [PATCH] charts --- deploy/helm/zookeeper-operator/crds/crds.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/deploy/helm/zookeeper-operator/crds/crds.yaml b/deploy/helm/zookeeper-operator/crds/crds.yaml index 4c943517..a168bf0a 100644 --- a/deploy/helm/zookeeper-operator/crds/crds.yaml +++ b/deploy/helm/zookeeper-operator/crds/crds.yaml @@ -1549,6 +1549,8 @@ spec: type: string type: object type: object + restartPolicy: + type: string securityContext: properties: allowPrivilegeEscalation: @@ -2076,6 +2078,8 @@ spec: type: string type: object type: object + restartPolicy: + type: string securityContext: properties: allowPrivilegeEscalation: @@ -2609,6 +2613,8 @@ spec: type: string type: object type: object + restartPolicy: + type: string securityContext: properties: allowPrivilegeEscalation: @@ -3616,6 +3622,29 @@ spec: type: array type: object type: object + roleConfig: + default: + podDisruptionBudget: + enabled: true + maxUnavailable: null + properties: + podDisruptionBudget: + default: + enabled: true + maxUnavailable: null + properties: + enabled: + default: true + description: Whether a PodDisruptionBudget should be written out for this role. Disabling this enables you to specify your own - custom - one. Defaults to true. + type: boolean + maxUnavailable: + description: The number of Pods that are allowed to be down because of voluntary disruptions. If you don't explicitly set this, the operator will use a sane default based upon knowledge about the individual product. + format: uint16 + minimum: 0.0 + nullable: true + type: integer + type: object + type: object roleGroups: additionalProperties: properties: @@ -5014,6 +5043,8 @@ spec: type: string type: object type: object + restartPolicy: + type: string securityContext: properties: allowPrivilegeEscalation: @@ -5541,6 +5572,8 @@ spec: type: string type: object type: object + restartPolicy: + type: string securityContext: properties: allowPrivilegeEscalation: @@ -6074,6 +6107,8 @@ spec: type: string type: object type: object + restartPolicy: + type: string securityContext: properties: allowPrivilegeEscalation: