sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/infrastructure-aws/kustomize_sources/peered-remote/patches/external-securitygroups.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AWSCluster
     3  metadata:
     4    name: "${CLUSTER_NAME}"
     5  spec:
     6    network:
     7      securityGroupOverrides:
     8        controlplane: "${SG_ID}"
     9        apiserver-lb: "${SG_ID}"
    10        node: "${SG_ID}"
    11        lb: "${SG_ID}"
    12        bastion: ${SG_ID}
    13