itzg / minecraft-server-charts

MIT License
279 stars 144 forks source link

Allow using existing secret for proxy rcon #189

Closed toddejohnson closed 9 months ago

toddejohnson commented 9 months ago

TLDR: Get secret out of values.yaml into existing secret that can be out of git tree. Stole from Minecraft chart.

I am redeploying my k3s cluster for the kids Minecraft using fluxcd so it will be quicker in the future. I found where I couldn't, that I know of, easily get the rcon secret out of the chart. I saw how it was done in the Minecraft chart and stole that and implemented it here.