summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-05 13:42:29 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-05 13:42:55 +0200
commit2af260087f7c007ee0ec5aeafe1e9ddfc8e4e711 (patch)
treec5ac85c686eb773dfae33dd5befa3ea8f68eb7ed
parent418c1933746037b22e7252557fa6f0921d16c667 (diff)
Drop repo config option
-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[@]}