From f70604df7235924854635d3d9eb1bc6471fcecb2 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 21 Jun 2024 12:43:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(helm)=20move=20secret=20to=20desk/?= =?UTF-8?q?templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the recent changes to the helm chart, the secrets.yaml file was not found by Tilt anymore. This commit moves the file to the correct location. --- src/helm/{extra => desk}/templates/secrets.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/helm/{extra => desk}/templates/secrets.yaml (100%) diff --git a/src/helm/extra/templates/secrets.yaml b/src/helm/desk/templates/secrets.yaml similarity index 100% rename from src/helm/extra/templates/secrets.yaml rename to src/helm/desk/templates/secrets.yaml