finished templating tap.mountBpf option. (#1711)

This commit is contained in:
Alon Girmonsky
2025-02-12 12:28:52 -08:00
committed by GitHub
parent 62912d248d
commit 95d6655af6
4 changed files with 17 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ type TapConfig struct {
Pprof PprofConfig `yaml:"pprof" json:"pprof"`
Misc MiscConfig `yaml:"misc" json:"misc"`
SecurityContext SecurityContextConfig `yaml:"securityContext" json:"securityContext"`
MountBpf bool `yaml:"mountBpf" json:"mountBpf" default:"true"`
}
func (config *TapConfig) PodRegex() *regexp.Regexp {