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

feat(config): read exec arguments from kubeconfig #333

Merged
merged 7 commits into from
Sep 26, 2018

Conversation

cfellin1
Copy link
Contributor

No description provided.

Copy link
Contributor

@silasbw silasbw left a comment

Choose a reason for hiding this comment

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

small naming nit.

good stuff, thanks @cfellin1! 🌯 🌯 🌯

lib/config.js Outdated
@@ -141,6 +141,25 @@ function fromKubeconfig(kubeconfig, current) {
};
}

if (user.exec) {
const env = {};
user.exec.env.forEach((kv) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

naming nit: (kv) => to variable =>

@cfellin1 cfellin1 changed the title feat(config): read exec arguments from kubectl feat(config): read exec arguments from kubeconfig Sep 26, 2018
@silasbw silasbw merged commit 58541c7 into godaddy:master Sep 26, 2018
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.

None yet

3 participants