From 3364112b70e5b3e1e5a2bf868ff8e1d491868ed6 Mon Sep 17 00:00:00 2001 From: kaiyou <dev@kaiyou.fr> Date: Tue, 13 Feb 2024 21:50:09 +0100 Subject: [PATCH] Install dependencies and creating missing bootstrap namespace --- ansible/playbooks/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbooks/bootstrap.yaml b/ansible/playbooks/bootstrap.yaml index 294bf09..07ac4c9 100644 --- a/ansible/playbooks/bootstrap.yaml +++ b/ansible/playbooks/bootstrap.yaml @@ -32,7 +32,7 @@ - name: Bootstrap the cluster ansible.builtin.shell: | - helm upgrade --install hepto /tmp/hepto-bootstrap \ + helm upgrade --install --dependency-update --create-namespace -n infra-ops hepto /tmp/hepto-bootstrap \ -f /tmp/cluster_info \ -f /tmp/node_info environment: -- GitLab