From 8dad9ea6c472be028f54a0c29aa212db791ce60b Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 18 Nov 2025 12:10:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20create=20a=20symlink=20bet?= =?UTF-8?q?ween=20helmfile=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to have both helmfile.yaml and helmfile.gotmpl present. helmfile.gotmpl is for now a symlink of helmfile.yaml --- src/helm/helmfile.gotmpl | 1 + 1 file changed, 1 insertion(+) create mode 120000 src/helm/helmfile.gotmpl diff --git a/src/helm/helmfile.gotmpl b/src/helm/helmfile.gotmpl new file mode 120000 index 00000000..c61ca353 --- /dev/null +++ b/src/helm/helmfile.gotmpl @@ -0,0 +1 @@ +helmfile.yaml \ No newline at end of file