Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
atye committed Nov 12, 2024
1 parent b737da8 commit 401ded1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/modules/authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ func getAuthApplyCR(cr csmv1.ContainerStorageModule, op utils.OperatorConfig) (*
break
}
}

// If SKIP_CERTIFICATE_VALIDATION is not found, add it
if !skipcertFound {
authModule.Components[i].Envs = append(authModule.Components[i].Envs, corev1.EnvVar{
Expand Down

0 comments on commit 401ded1

Please sign in to comment.