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

     1  kind: AWSMachineTemplate
     2  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     3  metadata:
     4    name: "${CLUSTER_NAME}-control-plane"
     5  spec:
     6    template:
     7      spec:
     8        additionalSecurityGroups:
     9          - filters:
    10            - name: "vpc-id"
    11              values:
    12                - "${MGMT_VPC_ID}"
    13            - name: "group-name"
    14              values:
    15                - "${MGMT_CLUSTER_NAME}-all"