mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #1096 from adamreese/fix/spelings
fix(cmd): s/accomodate/accommodate/
This commit is contained in:
commit
76defc62ee
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ var srv *releaseServer
|
|||
|
||||
// releaseNameMaxLen is the maximum length of a release name.
|
||||
//
|
||||
// This is designed to accomodate the usage of release name in the 'name:'
|
||||
// This is designed to accommodate the usage of release name in the 'name:'
|
||||
// field of Kubernetes resources. Many of those fields are limited to 24
|
||||
// characters in length. See https://github.com/kubernetes/helm/issues/1071
|
||||
const releaseNameMaxLen = 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue