Unverified Commit e1b993ba authored by Jon Huhn's avatar Jon Huhn

Fix typo

Signed-off-by: 's avatarJon Huhn <huhnjon@gmail.com>
parent 638fe8d1
...@@ -177,7 +177,7 @@ func lintChart(path string, vals []byte, namespace string, strict bool) (support ...@@ -177,7 +177,7 @@ func lintChart(path string, vals []byte, namespace string, strict bool) (support
// vals merges values from files specified via -f/--values and // vals merges values from files specified via -f/--values and
// directly via --set or --set-string or --set-file, marshaling them to YAML // directly via --set or --set-string or --set-file, marshaling them to YAML
// //
// This func is implemented intentionally and separately from the `vals` func for the `install` and `upgrade` comammdsn. // This func is implemented intentionally and separately from the `vals` func for the `install` and `upgrade` commands.
// Compared to the alternative func, this func lacks the parameters for tls opts - ca key, cert, and ca cert. // Compared to the alternative func, this func lacks the parameters for tls opts - ca key, cert, and ca cert.
// That's because this command, `lint`, is explicitly forbidden from making server connections. // That's because this command, `lint`, is explicitly forbidden from making server connections.
func (l *lintCmd) vals() ([]byte, error) { func (l *lintCmd) vals() ([]byte, error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment