Skip to content

Commit

Permalink
charts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Sep 27, 2023
1 parent 9406191 commit b337a93
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions deploy/helm/zookeeper-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,8 @@ spec:
type: string
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -2076,6 +2078,8 @@ spec:
type: string
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -2609,6 +2613,8 @@ spec:
type: string
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -5014,6 +5043,8 @@ spec:
type: string
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -5541,6 +5572,8 @@ spec:
type: string
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -6074,6 +6107,8 @@ spec:
type: string
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down

0 comments on commit b337a93

Please sign in to comment.