Skip to content

Commit 479cbb9

Browse files
committed
Update CRD preview
1 parent 3364500 commit 479cbb9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

crates/stackable-operator/crds/Listener.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ spec:
4141
default: {}
4242
description: Extra labels that the Pods must match in order to be exposed. They must _also_ still have a Volume referring to the Listener.
4343
type: object
44+
objectOverrides:
45+
default: []
46+
description: |-
47+
A list of generic Kubernetes objects, which are merged into the objects that the operator
48+
creates.
49+
50+
List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
51+
52+
Read the [Object overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#object-overrides)
53+
for more information.
54+
items:
55+
type: object
56+
x-kubernetes-preserve-unknown-fields: true
57+
type: array
4458
ports:
4559
description: Ports that should be exposed.
4660
items:

0 commit comments

Comments
 (0)