fix: remove kubeconfig cleanup from template and diff — kubeconfig must persist across pipeline steps
/ publish (push) Successful in 7s
/ publish (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user