mirror of
https://github.com/helm/helm.git
synced 2026-04-22 06:37:10 -04:00
fix(typo): fix typo of storage doc
Signed-off-by: longkai <im.longkai@gmail.com>
This commit is contained in:
parent
6a3daaa7aa
commit
2deb641efd
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ func (s *Storage) Get(name string, version int) (*rspb.Release, error) {
|
|||
}
|
||||
|
||||
// Create creates a new storage entry holding the release. An
|
||||
// error is returned if the storage driver failed to store the
|
||||
// release, or a release with identical an key already exists.
|
||||
// error is returned if the storage driver fails to store the
|
||||
// release, or a release with an identical key already exists.
|
||||
func (s *Storage) Create(rls *rspb.Release) error {
|
||||
s.Log("creating release %q", makeKey(rls.Name, rls.Version))
|
||||
if s.MaxHistory > 0 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue