open-nomad/.changelog/10855.txt
Tim Gross 69a7c9db7e
csi: account for nil volume_mount in API-to-structs conversion (#10855)
Fix a nil pointer in the API struct to `nomad/structs` conversion when a
`volume_mount` block is empty.
2021-07-07 08:06:39 -04:00

4 lines
113 B
Plaintext

```release-note:bug
volumes: Fix a bug where the HTTP server would crash if a `volume_mount` block was empty
```