Fix subcluster phases target cluster name
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com> Change-Id: Ic75674323abb2b92c3b8dd0f5b219f59d398339c
This commit is contained in:
parent
cd70a7e813
commit
6fbfae4c60
@ -4,7 +4,7 @@ apiVersion: airshipit.org/v1alpha1
|
||||
kind: Phase
|
||||
metadata:
|
||||
name: provide-infra
|
||||
clusterName: target
|
||||
clusterName: target-cluster
|
||||
config:
|
||||
executorRef:
|
||||
apiVersion: airshipit.org/v1alpha1
|
||||
@ -16,7 +16,7 @@ apiVersion: airshipit.org/v1alpha1
|
||||
kind: Phase
|
||||
metadata:
|
||||
name: controlplane
|
||||
clusterName: target
|
||||
clusterName: target-cluster
|
||||
config:
|
||||
executorRef:
|
||||
apiVersion: airshipit.org/v1alpha1
|
||||
@ -28,7 +28,7 @@ apiVersion: airshipit.org/v1alpha1
|
||||
kind: Phase
|
||||
metadata:
|
||||
name: workers
|
||||
clusterName: target
|
||||
clusterName: target-cluster
|
||||
config:
|
||||
executorRef:
|
||||
apiVersion: airshipit.org/v1alpha1
|
||||
|
Loading…
Reference in New Issue
Block a user