Skip to content

Commit 4eff65a

Browse files
authored
Fix typo in AWSMachineClass (#467)
1 parent 1c9728c commit 4eff65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/machine_classes/aws-machine-class.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ spec:
2525
namespace: default # Namespace
2626
name: test-secret # Name of the secret
2727
blockDevices:
28-
- name: /root
28+
- deviceName: /root
2929
ebs:
3030
volumeSize: 50 # Size of the root block device
3131
volumeType: gp2 # Type of the root block device
3232
encrypted: false
3333
deleteOnTermination: true
34-
- name: /dev/sdb
34+
- deviceName: /dev/sdb
3535
ebs:
3636
volumeSize: 50 # Size of the root block device
3737
volumeType: gp2 # Type of the root block device

0 commit comments

Comments
 (0)