From a6dc98df0da9217ee32ec2047dc6721c81436b97 Mon Sep 17 00:00:00 2001 From: Deac Karns Date: Mon, 1 Jun 2026 00:51:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20kubeconfig=20cleanup=20from=20t?= =?UTF-8?q?emplate=20and=20diff=20=E2=80=94=20kubeconfig=20must=20persist?= =?UTF-8?q?=20across=20pipeline=20steps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm/template/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helm/template/action.yml b/helm/template/action.yml index 4800d7f..0451918 100644 --- a/helm/template/action.yml +++ b/helm/template/action.yml @@ -68,8 +68,3 @@ runs: fi helm dependency update "$CHART_PATH" helm template "$DEPLOYMENT_NAME" "$CHART_PATH" -n "$NAMESPACE" --values "$VALUES_FILE" $SET_FLAGS - - - name: Remove kubeconfig - if: always() - shell: sh - run: rm -f ~/.kube/config