diff --git a/pkg/config/config.go b/pkg/config/config.go index d61715ddbe..72d653358c 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -175,6 +175,10 @@ func NewDefaultConfig() *Config { Name: "HOME", Value: "/shared-home", }, + { + Name: "GIT_SHOW_LISTING", + Value: "false", + }, }, SecurityContext: &corev1.SecurityContext{ AllowPrivilegeEscalation: ptr.To(false), @@ -199,6 +203,10 @@ func NewDefaultConfig() *Config { Name: "HOME", Value: "/shared-home", }, + { + Name: "BUNDLE_SHOW_LISTING", + Value: "false", + }, }, SecurityContext: &corev1.SecurityContext{ AllowPrivilegeEscalation: ptr.To(false),