summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-05 13:51:43 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-05 13:51:43 +0200
commit09191e3eb172759619aefab5373abccbc5513200 (patch)
tree2c60e886a82f7336d3c483ce0f1ae880bb04090f
parent2af260087f7c007ee0ec5aeafe1e9ddfc8e4e711 (diff)
Redirect output of helm to /dev/null
-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