Merge pull request #8723 from object88/engine-typo

Fixing typo in engine comments
pull/8727/head
Martin Hickey 4 years ago committed by GitHub
commit 5b42157335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save