Skip to content

Commit

Permalink
refactor(submariner): set cable driver of submariner
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 14, 2024
1 parent cefe270 commit 825a978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/pkg/resources/submariner.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func GetSubmarinerOperator(cr *connectionhubv1alpha1.Submariner) *connectionhubv
APIServerURL: cr.Spec.APIServerURL,
HelmRepository: cr.Spec.HelmRepository,
HelmChart: cr.Spec.OperatorHelmChart,
CableDriver: cr.Spec.CableDriver,
}

operator := connectionhubv1alpha1.SubmarinerOperator{
Expand Down

0 comments on commit 825a978

Please sign in to comment.