From 62d5bfde3ca155d486feaad6cf0262dcb0e82174 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 8 Nov 2017 17:54:49 +0000 Subject: [PATCH] Add entry for serviceaccount in flannel's values.yaml The key for serviceaccount_flannel under manifests for flannel was missing, resulting in failures when provisioning the kubeadm aio with flannel Change-Id: I842e4c4280de0217157aef98ecf4307d2e3506ab --- flannel/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/flannel/values.yaml b/flannel/values.yaml index 5c7db77d0..f38b3f0b5 100644 --- a/flannel/values.yaml +++ b/flannel/values.yaml @@ -85,3 +85,4 @@ manifests: daemonset_kube_flannel_ds: true job_image_repo_sync: true rbac_entrypoint: true + serviceaccount_flannel: true