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
This commit is contained in:
Steve Wilkerson 2017-11-08 17:54:49 +00:00
parent 75b656dc58
commit 62d5bfde3c
1 changed files with 1 additions and 0 deletions

View File

@ -85,3 +85,4 @@ manifests:
daemonset_kube_flannel_ds: true
job_image_repo_sync: true
rbac_entrypoint: true
serviceaccount_flannel: true