summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.bash b/playbook.bash
index f8c8d36..1f1b272 100644
--- a/playbook.bash
+++ b/playbook.bash
@@ -86,7 +86,7 @@ playbook_sync() {
helm_cmd+=("$(config "$BASHTARD_PLAYBOOK.helm.apps.$app.chart")")
notice "$BASHTARD_PLAYBOOK/helm/$app" "> ${helm_cmd[*]}"
- ${helm_cmd[@]}
+ ${helm_cmd[@]} > /dev/null
unset helm_cmd
unset values