Skip to content

Commit

Permalink
Inherit top-level nodeselector in openstackclient spec
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewalsh committed Oct 25, 2024
1 parent 44d38ae commit b4ed2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/openstack/openstackclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func ReconcileOpenStackClient(ctx context.Context, instance *corev1.OpenStackCon
instance.Spec.OpenStackClient.Template.DeepCopyInto(&openstackclient.Spec.OpenStackClientSpecCore)

openstackclient.Spec.ContainerImage = *version.Status.ContainerImages.OpenstackClientImage
openstackclient.Spec.NodeSelector = instance.Spec.NodeSelector

if instance.Spec.TLS.Ingress.Enabled || instance.Spec.TLS.PodLevel.Enabled {
openstackclient.Spec.Ca.CaBundleSecretName = tls.CABundleSecret
Expand Down

0 comments on commit b4ed2e6

Please sign in to comment.