We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3364500 commit 479cbb9Copy full SHA for 479cbb9
1 file changed
crates/stackable-operator/crds/Listener.yaml
@@ -41,6 +41,20 @@ spec:
41
default: {}
42
description: Extra labels that the Pods must match in order to be exposed. They must _also_ still have a Volume referring to the Listener.
43
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
58
ports:
59
description: Ports that should be exposed.
60
items:
0 commit comments