We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9728c commit 4eff65aCopy full SHA for 4eff65a
kubernetes/machine_classes/aws-machine-class.yaml
@@ -25,13 +25,13 @@ spec:
25
namespace: default # Namespace
26
name: test-secret # Name of the secret
27
blockDevices:
28
- - name: /root
+ - deviceName: /root
29
ebs:
30
volumeSize: 50 # Size of the root block device
31
volumeType: gp2 # Type of the root block device
32
encrypted: false
33
deleteOnTermination: true
34
- - name: /dev/sdb
+ - deviceName: /dev/sdb
35
36
37
0 commit comments