mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Fixing typo in engine comments
Signed-off-by: Paul Brousseau <object88@gmail.com>
This commit is contained in:
parent
e2442699fa
commit
3192408415
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ type Engine struct {
|
|||
Strict bool
|
||||
// In LintMode, some 'required' template values may be missing, so don't fail
|
||||
LintMode bool
|
||||
// the rest config to connect to te kubernetes api
|
||||
// the rest config to connect to the kubernetes api
|
||||
config *rest.Config
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue