Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
a979ba8c
Commit
a979ba8c
authored
4 years ago
by
Jeff Knurek
Browse files
Options
Download
Patches
Plain Diff
fix: removed strict template errors from v2 linter
Signed-off-by:
Jeff Knurek
<
knurek.stuff@gmail.com
>
parent
73d88af8
release-2.17
dev-v2
v2.17.0
v2.17.0-rc.1
No related merge requests found
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
cmd/helm/lint.go
+3
-3
cmd/helm/lint.go
cmd/helm/lint_test.go
+43
-2
cmd/helm/lint_test.go
cmd/helm/testdata/testcharts/bad.name/.helmignore
+22
-0
cmd/helm/testdata/testcharts/bad.name/.helmignore
cmd/helm/testdata/testcharts/bad.name/Chart.yaml
+5
-0
cmd/helm/testdata/testcharts/bad.name/Chart.yaml
cmd/helm/testdata/testcharts/bad.name/templates/NOTES.txt
+21
-0
cmd/helm/testdata/testcharts/bad.name/templates/NOTES.txt
cmd/helm/testdata/testcharts/bad.name/templates/_helpers.tpl
+56
-0
cmd/helm/testdata/testcharts/bad.name/templates/_helpers.tpl
cmd/helm/testdata/testcharts/bad.name/templates/deployment.yaml
+57
-0
...lm/testdata/testcharts/bad.name/templates/deployment.yaml
cmd/helm/testdata/testcharts/bad.name/templates/ingress.yaml
+41
-0
cmd/helm/testdata/testcharts/bad.name/templates/ingress.yaml
cmd/helm/testdata/testcharts/bad.name/templates/service.yaml
+16
-0
cmd/helm/testdata/testcharts/bad.name/templates/service.yaml
cmd/helm/testdata/testcharts/bad.name/templates/serviceaccount.yaml
+8
-0
...estdata/testcharts/bad.name/templates/serviceaccount.yaml
cmd/helm/testdata/testcharts/bad.name/templates/tests/test-connection.yaml
+15
-0
.../testcharts/bad.name/templates/tests/test-connection.yaml
cmd/helm/testdata/testcharts/bad.name/values.yaml
+68
-0
cmd/helm/testdata/testcharts/bad.name/values.yaml
pkg/lint/lint.go
+2
-2
pkg/lint/lint.go
pkg/lint/lint_test.go
+5
-6
pkg/lint/lint_test.go
pkg/lint/rules/template.go
+1
-4
pkg/lint/rules/template.go
pkg/lint/rules/template_test.go
+60
-2
pkg/lint/rules/template_test.go
with
423 additions
and
19 deletions
+423
-19
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets