Add persistentstorage option

This commit is contained in:
M. Mert Yildiran
2023-05-08 00:50:56 +03:00
parent a9b598bc41
commit a33a3467fc
6 changed files with 39 additions and 34 deletions

View File

@@ -82,6 +82,7 @@ type TapConfig struct {
PodRegexStr string `yaml:"regex" default:".*"`
Namespaces []string `yaml:"namespaces"`
SelfNamespace string `yaml:"selfnamespace" default:"kubeshark"`
PersistentStorage bool `yaml:"persistentstorage" default:"false"`
StorageLimit string `yaml:"storagelimit" default:"200Mi"`
StorageClass string `yaml:"storageclass" default:"standard"`
DryRun bool `yaml:"dryrun" default:"false"`