summaryrefslogtreecommitdiff
path: root/playbook.bash
diff options
context:
space:
mode:
Diffstat (limited to 'playbook.bash')
-rw-r--r--playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.bash b/playbook.bash
index b01ea1f..f8c8d36 100644
--- a/playbook.bash
+++ b/playbook.bash
@@ -83,7 +83,7 @@ playbook_sync() {
# Set which chart to upgrade
helm_cmd+=("$app")
- helm_cmd+=("$(config "$BASHTARD_PLAYBOOK.helm.apps.$app.repo")/$(config "$BASHTARD_PLAYBOOK.helm.apps.$app.chart")")
+ helm_cmd+=("$(config "$BASHTARD_PLAYBOOK.helm.apps.$app.chart")")
notice "$BASHTARD_PLAYBOOK/helm/$app" "> ${helm_cmd[*]}"
${helm_cmd[@]}