Skip to content

Commit

Permalink
Merge pull request #2247 from robbrockbank/fix-controller-manifest
Browse files Browse the repository at this point in the history
Enable SA controller in kube-controllers
  • Loading branch information
caseydavenport committed Oct 19, 2018
2 parents fce30a3 + a054600 commit 7caa9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/master/manifests/calico-kube-controllers.yaml
Expand Up @@ -71,7 +71,7 @@ spec:
key: etcd_cert
# Choose which controllers to run.
- name: ENABLED_CONTROLLERS
value: policy,profile,workloadendpoint,node
value: policy,namespace,serviceaccount,workloadendpoint,node
volumeMounts:
# Mount in the etcd TLS secrets.
- mountPath: /calico-secrets
Expand Down
2 changes: 1 addition & 1 deletion _includes/v3.3/manifests/calico-kube-controllers.yaml
Expand Up @@ -71,7 +71,7 @@ spec:
key: etcd_cert
# Choose which controllers to run.
- name: ENABLED_CONTROLLERS
value: policy,profile,workloadendpoint,node
value: policy,namespace,serviceaccount,workloadendpoint,node
volumeMounts:
# Mount in the etcd TLS secrets.
- mountPath: /calico-secrets
Expand Down

0 comments on commit 7caa9ac

Please sign in to comment.