fdo-rs / fdo-operator

An OpenShift operator for managing FIDO Device Onboard (FDO) servers
Apache License 2.0
3 stars 2 forks source link

Add missing volume mounts #123

Closed empovit closed 9 months ago

empovit commented 9 months ago

Add volume mounts (empty directory for now) according to the generated server configuration. This makes the operator independent of whether the directories actually exist inside the container images for FDO servers.

This should solve the server-side part of issue #118 when using quay.io/fido-fdo images.

empovit commented 9 months ago

FYI @morvencao