Skip to content

Commit 085af20

Browse files
committed
fix: bump stackable-operator for non optional KeyValueConfigOverrides
1 parent 24a157a commit 085af20

9 files changed

Lines changed: 69 additions & 146 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crate-hashes.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extra/crds.yaml

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,36 +1266,21 @@ spec:
12661266
properties:
12671267
bootstrap.conf:
12681268
additionalProperties:
1269-
nullable: true
12701269
type: string
12711270
default: {}
1272-
description: |-
1273-
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
1274-
1275-
This is backwards-compatible with the existing flat key-value YAML format
1276-
used by `HashMap<String, String>`.
1271+
description: Flat key-value overrides for `*.properties`, Hadoop XML, etc.
12771272
type: object
12781273
nifi.properties:
12791274
additionalProperties:
1280-
nullable: true
12811275
type: string
12821276
default: {}
1283-
description: |-
1284-
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
1285-
1286-
This is backwards-compatible with the existing flat key-value YAML format
1287-
used by `HashMap<String, String>`.
1277+
description: Flat key-value overrides for `*.properties`, Hadoop XML, etc.
12881278
type: object
12891279
security.properties:
12901280
additionalProperties:
1291-
nullable: true
12921281
type: string
12931282
default: {}
1294-
description: |-
1295-
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
1296-
1297-
This is backwards-compatible with the existing flat key-value YAML format
1298-
used by `HashMap<String, String>`.
1283+
description: Flat key-value overrides for `*.properties`, Hadoop XML, etc.
12991284
type: object
13001285
type: object
13011286
envOverrides:
@@ -2140,36 +2125,21 @@ spec:
21402125
properties:
21412126
bootstrap.conf:
21422127
additionalProperties:
2143-
nullable: true
21442128
type: string
21452129
default: {}
2146-
description: |-
2147-
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
2148-
2149-
This is backwards-compatible with the existing flat key-value YAML format
2150-
used by `HashMap<String, String>`.
2130+
description: Flat key-value overrides for `*.properties`, Hadoop XML, etc.
21512131
type: object
21522132
nifi.properties:
21532133
additionalProperties:
2154-
nullable: true
21552134
type: string
21562135
default: {}
2157-
description: |-
2158-
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
2159-
2160-
This is backwards-compatible with the existing flat key-value YAML format
2161-
used by `HashMap<String, String>`.
2136+
description: Flat key-value overrides for `*.properties`, Hadoop XML, etc.
21622137
type: object
21632138
security.properties:
21642139
additionalProperties:
2165-
nullable: true
21662140
type: string
21672141
default: {}
2168-
description: |-
2169-
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
2170-
2171-
This is backwards-compatible with the existing flat key-value YAML format
2172-
used by `HashMap<String, String>`.
2142+
description: Flat key-value overrides for `*.properties`, Hadoop XML, etc.
21732143
type: object
21742144
type: object
21752145
envOverrides:

0 commit comments

Comments
 (0)