mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
```release-note:improvement
|
|
connect: Added support for `volume_mount` blocks on sidecar task overrides
|
|
```
|