From e5077257b6ca106d1f65652b4ca994736d221ab1 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 17 Sep 2020 12:00:08 -0700 Subject: [PATCH] fix rebase Signed-off-by: Matthew Fisher --- pkg/action/action.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/action/action.go b/pkg/action/action.go index 79bb4f638..532e899ca 100644 --- a/pkg/action/action.go +++ b/pkg/action/action.go @@ -58,8 +58,6 @@ var ( errMissingRelease = errors.New("no release provided") // errInvalidRevision indicates that an invalid release revision number was provided. errInvalidRevision = errors.New("invalid release revision") - // errPending indicates that another instance of Helm is already applying an operation on a release. - errPending = errors.New("another operation (install/upgrade/rollback) is in progress") ) // ValidName is a regular expression for resource names.