Skip to content

Commit

Permalink
fix: Absolute path for helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Aug 31, 2019
1 parent ab3e5f9 commit e15e1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function releaseName(name, track) {

function chartName(name) {
if (name === "app") {
return "./usr/src/charts/app"
return "/usr/src/charts/app"
}
return name
}
Expand Down

0 comments on commit e15e1e4

Please sign in to comment.