sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow/cni-resource-set.yaml (about)

     1  ---
     2  apiVersion: addons.cluster.x-k8s.io/v1beta1
     3  kind: ClusterResourceSet
     4  metadata:
     5    name: ${CLUSTER_NAME}-calico-windows
     6    namespace: default
     7  spec:
     8    clusterSelector:
     9      matchLabels:
    10        cni-windows: ${CLUSTER_NAME}-calico
    11    resources:
    12    - kind: ConfigMap
    13      name: cni-${CLUSTER_NAME}-calico-windows
    14    strategy: ApplyOnce