Skip to content

Commit

Permalink
removing old ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Sep 12, 2024
1 parent 87f2473 commit 138ae4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/config/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const (
CollectorNonInteractive = "collector.non_interactive"
CollectorFileArchiveNoCompress = "collector.file.archive.no_compress"
CollectorFileDirectory = "collector.file.directory"
CollectorFileClusterName = "collector.file.cluster_name"
CollectorFileBlobRegion = "collector.file.blob.region"
CollectorFileBlobBucket = "collector.file.blob.bucket"
)
Expand Down
1 change: 0 additions & 1 deletion test/system/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func RunLocal(ctx context.Context, runArgs *runArgs, compress bool, p *providers
// Setting the collectorDir, clusterName and runID needed for the ingestion step
// This information is used by the grpc server to run the ingestion
viper.Set(config.CollectorFileDirectory, collectorDir)
viper.Set(config.CollectorFileClusterName, clusterName)

err := cmd.InitializeKubehoundConfig(ctx, KubeHoundThroughDumpConfigPath, false, false)
if err != nil {
Expand Down

0 comments on commit 138ae4c

Please sign in to comment.