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
735f4e3d
Commit
735f4e3d
authored
8 years ago
by
fibonacci1729
Browse files
Options
Download
Patches
Plain Diff
feat/tls: add TLS support for helm / tiller
parent
d7cb50bf
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
cmd/helm/get.go
+0
-7
cmd/helm/get.go
cmd/helm/helm.go
+67
-12
cmd/helm/helm.go
cmd/helm/init.go
+5
-5
cmd/helm/init.go
cmd/tiller/tiller.go
+77
-2
cmd/tiller/tiller.go
pkg/helm/client.go
+30
-10
pkg/helm/client.go
pkg/helm/option.go
+14
-0
pkg/helm/option.go
pkg/tiller/server.go
+9
-4
pkg/tiller/server.go
pkg/tlsutil/cfg.go
+79
-0
pkg/tlsutil/cfg.go
with
281 additions
and
40 deletions
+281
-40
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