Skip to content

Commit

Permalink
Revert "add scope name to prefix"
Browse files Browse the repository at this point in the history
This reverts commit 657bd0c.
  • Loading branch information
smuu committed Jun 7, 2024
1 parent 657bd0c commit 952406d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/instance/tshark.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package instance

import (
"context"

"github.com/celestiaorg/knuu/pkg/knuu"
)

const (
Expand Down Expand Up @@ -40,7 +38,7 @@ func (i *Instance) createTsharkCollectorInstance(ctx context.Context) (*Instance
"STORAGE_SECRET_ACCESS_KEY": i.tsharkCollectorConfig.s3SecretKey,
"STORAGE_REGION": i.tsharkCollectorConfig.s3Region,
"STORAGE_BUCKET_NAME": i.tsharkCollectorConfig.s3Bucket,
"STORAGE_KEY_PREFIX": i.tsharkCollectorConfig.s3KeyPrefix + "/" + knuu.Scope(),
"STORAGE_KEY_PREFIX": i.tsharkCollectorConfig.s3KeyPrefix,
"CAPTURE_FILE_NAME": i.k8sName + ".pcapng",
}

Expand Down

0 comments on commit 952406d

Please sign in to comment.