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

Fix bug where env overrides stopped working for the k8s config section #1396

Merged
merged 1 commit into from
May 22, 2017

Conversation

nathanielc
Copy link
Contributor

Problem

Env vars like KAPACITOR_KUBERNETES_.. previously worked but currently do not.

Solution

Since the Kubernetes config section can be both a single section or a list of sections we have added support for implict 0 indexes in the env var names. This new behavior must be explicitly enabled for each configuration section that needs it. Currently on the kubernetes section needs this change.

@nathanielc nathanielc merged commit 3ce9edb into master May 22, 2017
nathanielc added a commit that referenced this pull request May 22, 2017
Fix bug where env overrides stopped working for the k8s config section
@nathanielc nathanielc deleted the nc-fix-k8s-env-config branch May 22, 2017 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants