From a5ee63c2665e238715a84c519c10aff9db5e80ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=98eho=C5=99?= Date: Sun, 7 Jul 2024 21:41:46 +0200 Subject: [PATCH] feat: add ebusd --- .../home-automation/ebusd/app/helmrelease.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml b/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml index 3b1f9762..feea9a4e 100644 --- a/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml +++ b/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml @@ -120,13 +120,13 @@ spec: set -e # Install packages - apt update - apt install --yes dnsutils - apt install --yes iproute2 - apt install --yes inetutils-ping - apt install --yes inetutils-telnet - apt install --yes inetutils-traceroute - apt install --yes net-tools + sudo apt update + sudo apt install --yes dnsutils + sudo apt install --yes iproute2 + sudo apt install --yes inetutils-ping + sudo apt install --yes inetutils-telnet + sudo apt install --yes inetutils-traceroute + sudo apt install --yes net-tools # Setup git git config --global user.name "${GITCONFIG_USER_NAME}"