Skip to content

Commit 864c6ea

Browse files
committed
fixup! do not set report sidecar storage auth when presigned transfers are expected to work anonymously
1 parent 25a7bf4 commit 864c6ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/test/resources.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,9 +2536,7 @@ func (r *TestResources) NewStoragePodAnnotations() map[string]string {
25362536
func (r *TestResources) NewReportsPodAnnotations() map[string]string {
25372537
annotations := map[string]string{}
25382538

2539-
secrets := []*corev1.Secret{
2540-
r.NewStorageSecret(),
2541-
}
2539+
secrets := []*corev1.Secret{}
25422540
if r.TLS {
25432541
secrets = append(secrets,
25442542
r.NewCertSecret(r.NewReportsCert()),

0 commit comments

Comments
 (0)