Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Feb 6, 2023
1 parent 6649ce1 commit 1fa7906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pkg/sidecar/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ func (c Controller) regenCfgWithCfg(tenantName string, namespace string, fileCon

fileContents = fileContents + fmt.Sprintf("export MINIO_ARGS=\"%s\"\n", args)

fmt.Println("new file")
fmt.Println(fileContents)

err = os.WriteFile("/etc/minio/config.env", []byte(fileContents), 0o644)
if err != nil {
log.Println(err)
Expand Down
2 changes: 0 additions & 2 deletions pkg/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ func Validate(tenantName string) {
log.Println("MinIO won't start")
os.Exit(1)
}
fmt.Println("new file")
fmt.Println(fileContents)

err = os.WriteFile("/etc/minio/config.env", []byte(fileContents), 0o644)
if err != nil {
Expand Down

0 comments on commit 1fa7906

Please sign in to comment.