Skip to content

Commit

Permalink
chore: remove unused k8s default value
Browse files Browse the repository at this point in the history
Left over from the copy from KAI

Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
  • Loading branch information
bradleyjones committed Dec 20, 2022
1 parent 4af9e5b commit 8110070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ func setNonCliDefaultValues(v *viper.Viper) {
v.SetDefault("log.structured", false)
v.SetDefault("dev.profile-cpu", false)
v.SetDefault("anchore.account", "admin")
v.SetDefault("kubeconfig.anchore.account", "admin")
v.SetDefault("anchore.http.insecure", false)
v.SetDefault("anchore.http.timeout-seconds", 10)
v.SetDefault("ignore-not-running", true)
Expand Down

0 comments on commit 8110070

Please sign in to comment.