Merge pull request #1096 from adamreese/fix/spelings

fix(cmd): s/accomodate/accommodate/
pull/1099/head
Adam Reese 9 years ago committed by GitHub
commit 76defc62ee

@ -41,7 +41,7 @@ var srv *releaseServer
// releaseNameMaxLen is the maximum length of a release name. // 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 // field of Kubernetes resources. Many of those fields are limited to 24
// characters in length. See https://github.com/kubernetes/helm/issues/1071 // characters in length. See https://github.com/kubernetes/helm/issues/1071
const releaseNameMaxLen = 14 const releaseNameMaxLen = 14

Loading…
Cancel
Save