Skip to content

Commit

Permalink
remove --insecure flags for minioJob (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker authored Jun 24, 2024
1 parent 14fc773 commit 19fb4c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/utils/miniojob/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ func (jobCommand *MinIOIntervalJobCommand) createJob(ctx context.Context, k8sCli
jobCommands = append(jobCommands, trimmedCommand)
}
}
jobCommands = append(jobCommands, "--insecure")
} else {
jobCommands = append(jobCommands, jobCommand.CommandSpec.Command...)
}
Expand Down

0 comments on commit 19fb4c3

Please sign in to comment.