1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

pkg/asset: Fix name of libvirt master machine

This commit is contained in:
Cesar Wong
2018-10-19 15:57:37 -04:00
parent f6477cc73c
commit 63b0ffb28b

View File

@@ -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}}