Closed
Description
It appears there is a mismatch between where secrets are placed when using kompose vs docker compose
docker compose places secrets in the folder /run/secrets
kompose defines the mount path for secrets in the folder /run/secrets/{secret-name}
. This is a breaking change if you are using kompose convert
to deploy to k8s and need both docker-compose and k8s to work
Metadata
Assignees
Labels
No labels