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
d644c220
Commit
d644c220
authored
8 years ago
by
Matt Butcher
Browse files
Options
Download
Plain Diff
Merge pull request #643 from technosophos/feat/install-k8s
feat(helm, tiller): implement k8s portion of install
parents
f7272f43
6db7c39b
No related merge requests found
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
_proto/hapi/release/status.proto
+6
-3
_proto/hapi/release/status.proto
cmd/helm/install.go
+15
-6
cmd/helm/install.go
cmd/tiller/environment/environment.go
+43
-7
cmd/tiller/environment/environment.go
cmd/tiller/environment/environment_test.go
+17
-5
cmd/tiller/environment/environment_test.go
cmd/tiller/release_server.go
+49
-9
cmd/tiller/release_server.go
cmd/tiller/release_server_test.go
+2
-0
cmd/tiller/release_server_test.go
docs/examples/alpine/templates/alpine-pod.yaml
+6
-2
docs/examples/alpine/templates/alpine-pod.yaml
pkg/engine/engine.go
+7
-1
pkg/engine/engine.go
pkg/engine/engine_test.go
+34
-3
pkg/engine/engine_test.go
pkg/helm/helm.go
+2
-1
pkg/helm/helm.go
pkg/proto/hapi/release/status.pb.go
+18
-9
pkg/proto/hapi/release/status.pb.go
with
199 additions
and
46 deletions
+199
-46
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