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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user