Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-bench
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
aquasecurity
kube-bench
Commits
e33e44b6
Commit
e33e44b6
authored
6 years ago
by
Liz Rice
Browse files
Options
Downloads
Patches
Plain Diff
Correct debug messages
parent
12e48297
Branches
function_tracer
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/util.go
+2
-2
2 additions, 2 deletions
cmd/util.go
with
2 additions
and
2 deletions
cmd/util.go
+
2
−
2
View file @
e33e44b6
...
...
@@ -241,11 +241,11 @@ func getKubeConfigFiles(v *viper.Viper) map[string]string {
glog
.
V
(
2
)
.
Info
(
fmt
.
Sprintf
(
"Using default kubeconfig file name '%s' for component %s"
,
kubeconfig
,
component
))
}
else
{
// Default the service file name that we'll substitute to the name of the component
glog
.
V
(
2
)
.
Info
(
fmt
.
Sprintf
(
"Missing
service
file for %s"
,
component
))
glog
.
V
(
2
)
.
Info
(
fmt
.
Sprintf
(
"Missing
kubeconfig
file for %s"
,
component
))
kubeconfig
=
component
}
}
else
{
glog
.
V
(
2
)
.
Info
(
fmt
.
Sprintf
(
"Component %s uses
service
file '%s'"
,
component
,
kubeconfig
))
glog
.
V
(
2
)
.
Info
(
fmt
.
Sprintf
(
"Component %s uses
kubeconfig
file '%s'"
,
component
,
kubeconfig
))
}
kubeconfigmap
[
component
]
=
kubeconfig
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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