From 63b0ffb28ba2c9f309e2a034c2233fd34d0599f7 Mon Sep 17 00:00:00 2001 From: Cesar Wong Date: Fri, 19 Oct 2018 15:57:37 -0400 Subject: [PATCH] pkg/asset: Fix name of libvirt master machine --- pkg/asset/machines/libvirt/master.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/asset/machines/libvirt/master.go b/pkg/asset/machines/libvirt/master.go index 2be2555d58..95ac6d2b18 100644 --- a/pkg/asset/machines/libvirt/master.go +++ b/pkg/asset/machines/libvirt/master.go @@ -27,7 +27,7 @@ items: - apiVersion: cluster.k8s.io/v1alpha1 kind: Machine metadata: - name: {{$c.ClusterName}}-master-{{$index}} + name: master{{$index}} namespace: openshift-cluster-api labels: sigs.k8s.io/cluster-api-cluster: {{$c.ClusterName}}