Skip to content

Commit

Permalink
fix: Pass kubeconfig var
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Nov 15, 2019
1 parent 8dc3e86 commit 2b78a84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ async function run() {
core.debug(`param: removeCanary = ${removeCanary}`);

// Setup command options and arguments.
const opts = { env: {} };
const opts = { env: {
KUBECONFIG: process.env.KUBECONFIG,
}};
const args = [
"upgrade",
release,
Expand Down

0 comments on commit 2b78a84

Please sign in to comment.