fix: remove kubeconfig cleanup from template and diff — kubeconfig must persist across pipeline steps
/ publish (push) Failing after 6s

This commit is contained in:
2026-06-01 00:51:27 +00:00
parent a6dc98df0d
commit 298834cd9f
-5
View File
@@ -73,8 +73,3 @@ runs:
fi
helm dependency update "$CHART_PATH"
helm diff upgrade "$DEPLOYMENT_NAME" "$CHART_PATH" -n "$NAMESPACE" --values "$VALUES_FILE" $SET_FLAGS --context 5
- name: Remove kubeconfig
if: always()
shell: sh
run: rm -f ~/.kube/config