Skip to content

Commit

Permalink
chore: set debug-image default as tsuru/netshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilock committed Feb 18, 2025
1 parent edc5274 commit 7eba6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func Init() error {
viper.SetDefault("enable-cert-manager", false)
viper.SetDefault("new-instance-replicas", 1)
viper.SetDefault("forbidden-annotations-prefixes", []string{"rpaas.extensions.tsuru.io", "afh.tsuru.io"})
viper.SetDefault("debug-image", "")
viper.SetDefault("debug-image", "tsuru/netshoot")
viper.AutomaticEnv()
err := readConfig()
if err != nil {
Expand Down

0 comments on commit 7eba6d0

Please sign in to comment.