From 09191e3eb172759619aefab5373abccbc5513200 Mon Sep 17 00:00:00 2001
From: Patrick Spek
Date: Wed, 5 Apr 2023 13:51:43 +0200
Subject: Redirect output of helm to /dev/null
---
playbook.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
cgit v1.1