File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
test/e2e/data/kustomize/k8s-upgrade Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ metadata:
6
6
spec :
7
7
template :
8
8
spec :
9
- cloudName : ${OPENSTACK_CLOUD}
10
9
flavor : ${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR}
11
- identityRef :
12
- name : ${CLUSTER_NAME}-cloud-config
13
10
image :
14
11
name : ${OPENSTACK_IMAGE_NAME_UPGRADE_FROM}
15
12
sshKeyName : ${OPENSTACK_SSH_KEY_NAME}
@@ -23,10 +20,7 @@ metadata:
23
20
spec :
24
21
template :
25
22
spec :
26
- cloudName : ${OPENSTACK_CLOUD}
27
23
flavor : ${OPENSTACK_NODE_MACHINE_FLAVOR}
28
- identityRef :
29
- name : ${CLUSTER_NAME}-cloud-config
30
24
image :
31
25
name : ${OPENSTACK_IMAGE_NAME_UPGRADE_FROM}
32
26
sshKeyName : ${OPENSTACK_SSH_KEY_NAME}
Original file line number Diff line number Diff line change @@ -13,10 +13,7 @@ metadata:
13
13
spec :
14
14
template :
15
15
spec :
16
- cloudName : ${OPENSTACK_CLOUD}
17
16
flavor : ${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR}
18
- identityRef :
19
- name : ${CLUSTER_NAME}-cloud-config
20
17
image :
21
18
name : ${OPENSTACK_IMAGE_NAME}
22
19
sshKeyName : ${OPENSTACK_SSH_KEY_NAME}
@@ -32,10 +29,7 @@ metadata:
32
29
spec :
33
30
template :
34
31
spec :
35
- cloudName : ${OPENSTACK_CLOUD}
36
32
flavor : ${OPENSTACK_NODE_MACHINE_FLAVOR}
37
- identityRef :
38
- name : ${CLUSTER_NAME}-cloud-config
39
33
image :
40
34
name : ${OPENSTACK_IMAGE_NAME}
41
35
sshKeyName : ${OPENSTACK_SSH_KEY_NAME}
You can’t perform that action at this time.
0 commit comments