X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Ftemplates%2Fcluster.yaml;h=230783c8f910c279944052796611da93aadfdff1;hb=adbd076f40c348b04e52321c3c5cdaa528915f1a;hp=c50775039e41762acec7a3c4cb6d884dd59b4492;hpb=411e3f845233995696a700afc5702e3c6be1bc36;p=icn.git diff --git a/deploy/cluster/templates/cluster.yaml b/deploy/cluster/templates/cluster.yaml index c507750..230783c 100644 --- a/deploy/cluster/templates/cluster.yaml +++ b/deploy/cluster/templates/cluster.yaml @@ -10,10 +10,10 @@ spec: clusterNetwork: pods: cidrBlocks: - - {{ .Values.podCidr }} + {{- toYaml .Values.podCidrBlocks | nindent 6 }} services: cidrBlocks: - - 10.244.0.0/18 + {{- toYaml .Values.serviceCidrBlocks | nindent 6 }} controlPlaneRef: apiVersion: controlplane.cluster.x-k8s.io/v1alpha4 kind: KubeadmControlPlane