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

Added extraConfig helm field, so configuration can be better describe… #25

Merged
merged 4 commits into from
May 7, 2024

Conversation

Gatschknoedel
Copy link
Contributor

…d declaratively

Motivation

Declarative description of deployments is something very convenient when you want to know in which state your cluster is.
This pr adds further configuration capability to the helm chart.

Changes

Added a helm field .Values.extraConfig, which is a String that gets added in the configmap under the data closure.
This enables the helm user to set configurations trough environment variables.

Tests done

helm lint
helm template

TODO

  • I've assigned myself to this PR

gmi added 2 commits April 29, 2024 13:42
… since these namespaces can be regex, which results in wrong escaping with double quotes
@Fovty Fovty requested a review from lvlcn-t May 7, 2024 06:37
@Fovty Fovty added the enhancement New feature or request label May 7, 2024
@Fovty Fovty requested a review from eumel8 May 7, 2024 12:08
@Fovty
Copy link
Member

Fovty commented May 7, 2024

Copy link
Member

@Fovty Fovty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants