Skip to content

Commit

Permalink
Update phase2_creating.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyalbo committed Mar 10, 2024
1 parent 6ddc25e commit 58de594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/system/phase2_creating.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func (r *Reconciler) SetDesiredServiceS3() error {

// SetDesiredRouteS3 updates the RouteS3 as desired for reconciling
func (r *Reconciler) SetDesiredRouteS3() error {
r.RouteS3.Spec.TLS.InsecureEdgeTerminationPolicy = "None"
if r.NooBaa.Spec.AllowHTTP {
r.RouteS3.Spec.TLS.InsecureEdgeTerminationPolicy = "Allow"
}
Expand Down

0 comments on commit 58de594

Please sign in to comment.