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
313c1b17
Unverified
Commit
313c1b17
authored
6 years ago
by
Rimas
Committed by
Matthew Fisher
6 years ago
Browse files
Options
Download
Patches
Plain Diff
add support for `auth-provider` from kubeconfig files, addreses #4422
(cherry picked from commit
3dddd508
)
parent
df03a10a
release-2.10
v2.10.0
v2.10.0-rc.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/tiller/tiller.go
+2
-0
cmd/tiller/tiller.go
with
2 additions
and
0 deletions
+2
-0
cmd/tiller/tiller.go
+
2
−
0
View file @
313c1b17
...
...
@@ -37,6 +37,8 @@ import (
healthpb
"google.golang.org/grpc/health/grpc_health_v1"
"google.golang.org/grpc/keepalive"
// Import to initialize client auth plugins.
_
"k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/services"
"k8s.io/helm/pkg/storage"
...
...
This diff is collapsed.
Click to expand it.
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