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