sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/addons/cluster-api-helm/cloud-provider-azure.yaml (about) 1 apiVersion: addons.cluster.x-k8s.io/v1alpha1 2 kind: HelmChartProxy 3 metadata: 4 name: cloud-provider-azure-chart 5 spec: 6 clusterSelector: 7 matchLabels: 8 cloud-provider: "azure" 9 repoURL: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo 10 chartName: cloud-provider-azure 11 releaseName: cloud-provider-azure-oot 12 valuesTemplate: | 13 infra: 14 clusterName: {{ .Cluster.metadata.name }} 15 cloudControllerManager: 16 clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }} 17 logVerbosity: 4