Files
nomad/.changelog/20575.txt
Tim Gross c9fd93c772 connect: support volume_mount blocks for sidecar task overrides (#20575)
Users can override the default sidecar task for Connect workloads. This sidecar
task might need access to certificate stores on the host. Allow adding the
`volume_mount` block to the sidecar task override.

Also fixes a bug where `volume_mount` blocks would not appear in plan diff
outputs.

Fixes: https://github.com/hashicorp/nomad/issues/19786
2024-05-14 12:49:37 -04:00

4 lines
107 B
Plaintext

```release-note:improvement
connect: Added support for `volume_mount` blocks on sidecar task overrides
```