From 2af260087f7c007ee0ec5aeafe1e9ddfc8e4e711 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 5 Apr 2023 13:42:29 +0200 Subject: Drop repo config option --- playbook.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[@]} -- cgit v1.1