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: helmDefaults.kubeContext ignored in helm diff of helmfile apply #682

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

mumoshu
Copy link
Collaborator

@mumoshu mumoshu commented Jun 12, 2019

The root cause of this bug was due to that --kube-context and kubeContext had been treated specifically in code. So on the way I have made it consistent with other per-release settings - by adding kubeContext for each release and treating helmDefaults.kubeContext as just the default value for per-release setting.

Fixes #674

The root cause of this bug was due to that `--kube-context` and `kubeContext` had been treated specifically in code. So on the way I have made it consistent with other per-release settings - by adding `kubeContext` for each release and treating `helmDefaults.kubeContext` as just the default value for per-release setting.

Fixes #674
@mumoshu mumoshu merged commit 2e38f42 into master Jun 12, 2019
@mumoshu mumoshu deleted the fix-wrong-kubeconfig-on-diff-in-apply branch June 12, 2019 07:49
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.

helmDefaults.kubeContext ignored
1 participant