Add tap.stopped to values.yaml and STOPPED to ConfigMap (#1557)

This commit is contained in:
M. Mert Yildiran
2024-07-16 19:03:00 +03:00
committed by GitHub
parent 126f8b48d5
commit e7778fe537
4 changed files with 4 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ type TapConfig struct {
PodRegexStr string `yaml:"regex" json:"regex" default:".*"`
Namespaces []string `yaml:"namespaces" json:"namespaces" default:"[]"`
BpfOverride string `yaml:"bpfOverride" json:"bpfOverride" default:""`
Stopped bool `yaml:"stopped" json:"stopped" default:"false"`
Release ReleaseConfig `yaml:"release" json:"release"`
PersistentStorage bool `yaml:"persistentStorage" json:"persistentStorage" default:"false"`
PersistentStorageStatic bool `yaml:"persistentStorageStatic" json:"persistentStorageStatic" default:"false"`