🔥 Remove --insertion-filter and --redact options from tap command

This commit is contained in:
M. Mert Yildiran
2022-12-26 08:00:54 +03:00
parent 07bd12e396
commit 0a5343299c
3 changed files with 9 additions and 82 deletions

View File

@@ -111,7 +111,6 @@ func finishTapExecution(kubernetesProvider *kubernetes.Provider) {
func getTapConfig() *models.Config {
conf := models.Config{
MaxDBSizeBytes: config.Config.Tap.MaxEntriesDBSizeBytes(),
InsertionFilter: config.Config.Tap.GetInsertionFilter(),
PullPolicy: config.Config.ImagePullPolicyStr,
WorkerResources: config.Config.Tap.WorkerResources,
ResourcesNamespace: config.Config.ResourcesNamespace,