X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Ftemplates%2Fkubeadmconfigtemplate.yaml;h=22463d5e813683fe122e07d75b54d85347255942;hb=7a6bf66cfeaeaff0bea0bf2da6ffd3467e998492;hp=c2858d6b2649c196f32c4584b412dd07596f51e4;hpb=39e430c9aba39a47cb388701b450c1b23d8b12e5;p=icn.git diff --git a/deploy/cluster/templates/kubeadmconfigtemplate.yaml b/deploy/cluster/templates/kubeadmconfigtemplate.yaml index c2858d6..22463d5 100644 --- a/deploy/cluster/templates/kubeadmconfigtemplate.yaml +++ b/deploy/cluster/templates/kubeadmconfigtemplate.yaml @@ -50,6 +50,11 @@ spec: permissions: '0777' content: | {{ $.Files.Get "resources/set_kernel_cmdline.sh" | indent 10 }} +{{- if eq .Values.cni "calico" }} + - path: /etc/NetworkManager/conf.d/calico.conf + content: | +{{ $.Files.Get "resources/calico.conf" | indent 10 }} +{{- end }} {{- if .Values.userData }} users: - name: {{ .Values.userData.name }}