sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/infrastructure-aws/kustomize_sources/ignition/patches/s3bucket.yaml (about) 1 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 2 kind: AWSCluster 3 metadata: 4 name: "${CLUSTER_NAME}" 5 spec: 6 s3Bucket: 7 controlPlaneIAMInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io 8 # Letter at the end ensures bucket name ends with a letter which is a requirement. 9 name: "cluster-api-provider-aws-${CLUSTER_NAME}a" 10 nodesIAMInstanceProfiles: 11 - nodes.cluster-api-provider-aws.sigs.k8s.io