Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
release-3.3 v3.3.2
Matthew Fisher 5 years ago
parent 94b75ca6d9
commit e5077257b6
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -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.

Loading…
Cancel
Save