Addyvan / valheim-k8s

valheim game-server on kubernetes
MIT License
94 stars 45 forks source link

Dynamically tag resources and add password from secret support #50

Closed todaywasawesome closed 1 year ago

todaywasawesome commented 1 year ago

Three changes:

  1. Set resource names to work off the release name, this is a best practice that makes charts and their resources follow name patterns.
  2. Add support for pulling the password from a secret, as well as a default password if one isn't set in the values.
  3. Set a namespace parameter in resources

Signed-off-by: Dan Garfield dan@codefresh.io

todaywasawesome commented 1 year ago

@Addyvan 👍 ?

Addyvan commented 1 year ago

@todaywasawesome

Forgot to double back but better late than never!

Rolled out a new version of the chart with the updates from this PR: https://github.com/Addyvan/valheim-k8s/releases/tag/valheim-k8s-1.2.0