Skip to content

Commit

Permalink
Merge pull request #570 from suleymanakbas91/volumes-fix
Browse files Browse the repository at this point in the history
OCPBUGS-29065: Reconcile topolvm node volumes
  • Loading branch information
suleymanakbas91 authored Feb 6, 2024
2 parents 7fd7c35 + 956ce0c commit 1e61965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/controllers/lvmcluster/resource/topolvm_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ func (n topolvmNode) EnsureCreated(r Reconciler, ctx context.Context, lvmCluster
// containers
ds.Spec.Template.Spec.Containers = dsTemplate.Spec.Template.Spec.Containers

// volumes
ds.Spec.Template.Spec.Volumes = dsTemplate.Spec.Template.Spec.Volumes

// tolerations
ds.Spec.Template.Spec.Tolerations = dsTemplate.Spec.Template.Spec.Tolerations

Expand Down

0 comments on commit 1e61965

Please sign in to comment.