diff --git a/config/samples/cloud-provider-azure.yaml b/config/samples/cloud-provider-azure.yaml index 59ae105f..4912cff1 100644 --- a/config/samples/cloud-provider-azure.yaml +++ b/config/samples/cloud-provider-azure.yaml @@ -14,5 +14,4 @@ spec: infra: clusterName: {{ .Cluster.metadata.name }} cloudControllerManager: - clusterCIDR:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }} - - {{ $cidr }}{{end}} \ No newline at end of file + clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }}