Skip to content

Commit

Permalink
fix: Add debug for kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Aug 31, 2019
1 parent a416967 commit bfa3f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ async function run() {
}
await writeFile("./values.yml", values);

core.debug(`env: KUBECONFIG="${opts.env.KUBECONFIG}"`)

// Actually execute the deployment here.
if (task === "remove") {
await exec.exec("helm", ["delete", release, "--purge"], {
Expand Down

0 comments on commit bfa3f4b

Please sign in to comment.