Skip to content

Commit

Permalink
lowercase test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiccini committed Sep 11, 2024
1 parent bd4b8a6 commit 7efe02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openstack/instanceha.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
func ReconcileInstanceHA(ctx context.Context, instance *corev1beta1.OpenStackControlPlane, version *corev1beta1.OpenStackVersion, helper *helper.Helper) (ctrl.Result, error) {
missingImageDefault := ""
customData := map[string]string{
InstanceHAImageKey: *getImg(version.Status.ContainerImages.InfraInstanceHAImage, &missingImageDefault),
InstanceHAImageKey: *getImg(version.Status.ContainerImages.InfraInstanceHaImage, &missingImageDefault),
}

cms := []util.Template{
Expand Down

0 comments on commit 7efe02d

Please sign in to comment.