sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/prow-load/storageclass-resource-set.yaml (about) 1 --- 2 apiVersion: addons.cluster.x-k8s.io/v1beta1 3 kind: ClusterResourceSet 4 metadata: 5 name: ${CLUSTER_NAME}-storageclass 6 namespace: default 7 spec: 8 clusterSelector: 9 matchLabels: 10 storageclass: "true" 11 resources: 12 - kind: ConfigMap 13 name: cni-${CLUSTER_NAME}-storageclass 14 strategy: ApplyOnce