You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/aws-standalone-cp/values.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,9 @@ controlPlane: # @schema description: The configuration of the control plane mach
45
45
iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io # @schema description: A name of an IAM instance profile to assign to the instance; type: string; required: true
46
46
instanceType: ""# @schema description: The type of instance to create. Example: m4.xlarge; type: string; required: true
47
47
rootVolumeSize: 8# @schema description: Specifies size (in Gi) of the root storage device. Must be greater than the image snapshot size or 8 (whichever is greater); type: integer; minimum: 8
48
+
# --- START CUSTOMIZATION: Do not remove ---
48
49
rootVolumeEncryption: true # @schema description: Sets encryption for the root volume as true by default.
50
+
# --- END CUSTOMIZATION ---
49
51
imageLookup: # @schema description: AMI lookup parameters; type: object
50
52
format: "amzn2-ami-hvm*-gp2"# @schema description: The AMI naming format to look up the image for this machine. It will be ignored if an explicit AMI is set; type: string; required: true
51
53
org: "137112412989"# @schema description: The AWS Organization ID to use for image lookup if AMI is not set; type: string; required: true
@@ -63,7 +65,9 @@ worker: # @schema description: The configuration of the worker machines; type: o
63
65
iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io # @schema description: A name of an IAM instance profile to assign to the instance; type: string; required: true
64
66
instanceType: ""# @schema description: The type of instance to create. Example: m4.xlarge; type: string; required: true
65
67
rootVolumeSize: 8# @schema description: Specifies size (in Gi) of the root storage device. Must be greater than the image snapshot size or 8 (whichever is greater); type: integer; minimum: 8
68
+
# --- START CUSTOMIZATION: Do not remove ---
66
69
rootVolumeEncryption: true # @schema description: Sets encryption for the root volume as true by default.
70
+
# --- END CUSTOMIZATION ---
67
71
imageLookup: # @schema description: AMI lookup parameters; type: object
68
72
format: "amzn2-ami-hvm*-gp2"# @schema description: The AMI naming format to look up the image for this machine. It will be ignored if an explicit AMI is set; type: string; required: true
69
73
org: "137112412989"# @schema description: The AWS Organization ID to use for image lookup if AMI is not set; type: string; required: true
0 commit comments