Skip to content

Commit dbd376a

Browse files
committed
changelog
1 parent 7908b31 commit dbd376a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13-
- Convert `extraVolumes` field to take any arbitrary YAML input, rather than using the underlying schema ([#XXX]).
13+
- Convert `extraVolumes` field to take any arbitrary YAML input, rather than using the underlying schema ([#584]).
1414

1515
### Fixed
1616

1717
- [BREAKING] Move the DB credentials `user` and `password` out of the CRD into a secret containing the keys `username` and `password` ([#557]).
18-
- Processing of corrupted log events fixed; If errors occur, the error
19-
messages are added to the log event ([#572]).
18+
- Processing of corrupted log events fixed; If errors occur, the error messages are added to the log event ([#572]).
2019

2120
[#547]: https://github.com/stackabletech/druid-operator/pull/547
2221
[#557]: https://github.com/stackabletech/druid-operator/pull/557
2322
[#563]: https://github.com/stackabletech/druid-operator/pull/563
2423
[#572]: https://github.com/stackabletech/druid-operator/pull/572
24+
[#584]: https://github.com/stackabletech/druid-operator/pull/584
2525

2626
## [24.3.0] - 2024-03-20
2727

deploy/helm/druid-operator/crds/crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ spec:
643643
type: object
644644
type: object
645645
extraVolumes:
646-
description: Extra volumes similar to `.spec.volumes` on a Pod to mount into every container, this can be useful to for example make client certificates, keytabs or similar things available to processors. These volumes will be
646+
description: Extra volumes similar to `.spec.volumes` on a Pod to mount into every container, this can be useful to for example make client certificates, keytabs or similar things available to processors. These volumes will be mounted into all pods at `/stackable/userdata/{volumename}`.
647647
items:
648648
type: object
649649
x-kubernetes-preserve-unknown-fields: true

0 commit comments

Comments
 (0)