Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ConfigMap Management in Helm Chart #22

Open
Razano26 opened this issue Sep 2, 2024 · 0 comments
Open

Implement ConfigMap Management in Helm Chart #22

Razano26 opened this issue Sep 2, 2024 · 0 comments
Labels
deployment For questions, issues or improvements regarding the application deployment enhancement New feature or request

Comments

@Razano26
Copy link
Member

Razano26 commented Sep 2, 2024

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.

@Razano26 Razano26 added enhancement New feature or request deployment For questions, issues or improvements regarding the application deployment labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment For questions, issues or improvements regarding the application deployment enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant