Latte-Corporation / HardLoop

A Minecraft server project with automated resets and infinite gameplay loops, designed to enhance survival challenges.
MIT License
3 stars 0 forks source link

Implement ConfigMap Management in Helm Chart #22

Open Razano26 opened 2 weeks ago

Razano26 commented 2 weeks ago

We need to manage application configuration and secrets via Kubernetes ConfigMap and Secret resources. The Helm chart should include templates for these resources and allow the configuration of environment variables and sensitive data.

Tasks:

  1. Add a ConfigMap template to the Helm chart for application configuration.
  2. Update the Deployment template to mount the ConfigMap as environment variables.
  3. Add configurable values in values.yaml for the ConfigMap.
  4. Document usage in the Helm chart's README.

Expected Outcome:

The Helm chart supports configurable ConfigMap resource, allowing dynamic configuration of the application in Kubernetes.