Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
e1b993ba
Unverified
Commit
e1b993ba
authored
May 10, 2019
by
Jon Huhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
Signed-off-by:
Jon Huhn
<
huhnjon@gmail.com
>
parent
638fe8d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lint.go
cmd/helm/lint.go
+1
-1
No files found.
cmd/helm/lint.go
View file @
e1b993ba
...
@@ -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` com
ammdsn
.
// This func is implemented intentionally and separately from the `vals` func for the `install` and `upgrade` com
mands
.
// 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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment