fix: remove kubeconfig cleanup from template and diff — kubeconfig must persist across pipeline steps
/ publish (push) Failing after 6s
/ publish (push) Failing after 6s
This commit is contained in:
@@ -73,8 +73,3 @@ runs:
|
|||||||
fi
|
fi
|
||||||
helm dependency update "$CHART_PATH"
|
helm dependency update "$CHART_PATH"
|
||||||
helm diff upgrade "$DEPLOYMENT_NAME" "$CHART_PATH" -n "$NAMESPACE" --values "$VALUES_FILE" $SET_FLAGS --context 5
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user