From 6d2c50f3c695f8b8ffdde6dc05669801eeecc57c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 30 May 2025 21:34:33 -0500 Subject: [PATCH] fix commands --- clusters/cl01tl/monitoring/shelly-plug/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/monitoring/shelly-plug/values.yaml b/clusters/cl01tl/monitoring/shelly-plug/values.yaml index 03f51a87f..f1b9e7147 100644 --- a/clusters/cl01tl/monitoring/shelly-plug/values.yaml +++ b/clusters/cl01tl/monitoring/shelly-plug/values.yaml @@ -17,11 +17,11 @@ shelly-plug: - /bin/sh - -ec - | - - cd /var/www/html - - git init - - git remote add origin https://github.com/geerlingguy/shelly-plug-prometheus.git - - git fetch origin - - git checkout origin/master -ft + cd /var/www/html + git init + git remote add origin https://github.com/geerlingguy/shelly-plug-prometheus.git + git fetch origin + git checkout origin/master -ft resources: requests: cpu: 10m