diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-04-05 13:42:29 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-04-05 13:42:55 +0200 |
commit | 2af260087f7c007ee0ec5aeafe1e9ddfc8e4e711 (patch) | |
tree | c5ac85c686eb773dfae33dd5befa3ea8f68eb7ed | |
parent | 418c1933746037b22e7252557fa6f0921d16c667 (diff) | |
download | k3s-master-2af260087f7c007ee0ec5aeafe1e9ddfc8e4e711.tar.gz k3s-master-2af260087f7c007ee0ec5aeafe1e9ddfc8e4e711.tar.bz2 |
Drop repo config option
-rw-r--r-- | playbook.bash | 2 |
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[@]} |