Skip to content

Commit

Permalink
Put back InsecureSkipTLSVerify: true for now
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Short <tshort@redhat.com>
  • Loading branch information
tmshort committed Jun 10, 2024
1 parent a56f3cd commit 00dbc12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/controllers/clusterextension_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ func (r *ClusterExtensionReconciler) generateBundleDeploymentForUnpack(bundlePat
Source: rukpakv1alpha2.BundleSource{
Type: rukpakv1alpha2.SourceTypeImage,
Image: &rukpakv1alpha2.ImageSource{
Ref: bundlePath,
Ref: bundlePath,
InsecureSkipTLSVerify: true,
},
},
},
Expand Down

0 comments on commit 00dbc12

Please sign in to comment.