Skip to content

Commit 2b03429

Browse files
authored
Merge pull request #1966 from shiftstack/upgradefix
🐛 Revert accidental update to previous API templates
2 parents c6efdea + 61b0560 commit 2b03429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/data/kustomize/v1alpha6/bastion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
path: /spec/bastion
44
value:
55
enabled: true
6-
spec:
6+
instance:
77
flavor: ${OPENSTACK_BASTION_MACHINE_FLAVOR}
88
image: ${OPENSTACK_BASTION_IMAGE_NAME}
99
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}

test/e2e/data/kustomize/v1alpha7/bastion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
path: /spec/bastion
44
value:
55
enabled: true
6-
spec:
6+
instance:
77
flavor: ${OPENSTACK_BASTION_MACHINE_FLAVOR}
88
image: ${OPENSTACK_BASTION_IMAGE_NAME}
99
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}

0 commit comments

Comments
 (0)