Is your feature request related to a problem?
When deploying Minecraft servers at scale, you would want to automate as much as you can. What I would like to achieve is an immutable Docker image to deploy my Minecraft server. I would like to store Bukkit, Spigot, Paper, etc config inside the Docker image. However, it is not a good idea to store sensitive information like forwarding secret inside a Docker image.
Describe the solution you'd like.
What would be ideal is to have an environment variable that can be defined at runtime, e.g. VELOCITY_FORWARDING_SECRET. This makes it easy to set in an environment like Kubernetes or Docker.
Describe alternatives you've considered.
I have considered templating paper.yml as a ConfigMap with a templating tool like Helm, but this creates an enormous ConfigMap.
Agreements
Other
No response
Is your feature request related to a problem?
When deploying Minecraft servers at scale, you would want to automate as much as you can. What I would like to achieve is an immutable Docker image to deploy my Minecraft server. I would like to store Bukkit, Spigot, Paper, etc config inside the Docker image. However, it is not a good idea to store sensitive information like forwarding secret inside a Docker image.
Describe the solution you'd like.
What would be ideal is to have an environment variable that can be defined at runtime, e.g.
VELOCITY_FORWARDING_SECRET. This makes it easy to set in an environment like Kubernetes or Docker.Describe alternatives you've considered.
I have considered templating paper.yml as a ConfigMap with a templating tool like Helm, but this creates an enormous ConfigMap.
Agreements
Other
No response