Skip to content

Commit

Permalink
fix: Add value files to args
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Sep 1, 2019
1 parent 6483cd3 commit 9036930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ async function run() {
];
if (dryRun) args.push("--dry-run");
if (version) args.push(`--set=version=${version}`);
valueFiles.forEach(f => args.push(`--values=${f}`));

// Stable track only deploys service and ingress resources. Any other track
// name can be treated like a canary deployment.
Expand Down

0 comments on commit 9036930

Please sign in to comment.