Static config file with secret info

We have a static configuration file that has some secret info in it. What is the best way to get this deployed into our replicated service? We need the configuration file to be placed in a specific spot in the container, but don't want to package it with the Dockerfile since it contains sensitive info
1 Reply
specialk
specialkOP5mo ago
I suppose I could create this entire config file as a docker secret, but that feels...wrong. But maybe this is the most sensible way to do it.

Did you find this page helpful?