From 0bfd956a682bd6b2197e1324edc0cf420faa0f52 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 30 May 2025 21:24:34 -0500 Subject: [PATCH] fix indent --- clusters/cl01tl/monitoring/shelly-plug/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/clusters/cl01tl/monitoring/shelly-plug/values.yaml b/clusters/cl01tl/monitoring/shelly-plug/values.yaml index 4b7dbb80e..41e5b9a9a 100644 --- a/clusters/cl01tl/monitoring/shelly-plug/values.yaml +++ b/clusters/cl01tl/monitoring/shelly-plug/values.yaml @@ -11,14 +11,14 @@ shelly-plug: runAsUser: 0 image: repository: alpine/git - tag: 1.37.0 + tag: latest pullPolicy: IfNotPresent - args: - - clone - - '--single-branch' - - '--' - - 'https://github.com/geerlingguy/shelly-plug-prometheus.git' - - '/var/www/html' + args: + - clone + - '--single-branch' + - '--' + - 'https://github.com/geerlingguy/shelly-plug-prometheus.git' + - '/var/www/html' resources: requests: cpu: 10m