|
|
@ -193,10 +193,11 @@ spec: |
|
|
|
- name: tmp-volume |
|
|
|
emptyDir: {} |
|
|
|
serviceAccountName: kubernetes-dashboard |
|
|
|
# Comment the following tolerations if Dashboard must not be deployed on master |
|
|
|
{% if dashboard_master_toleration %} |
|
|
|
tolerations: |
|
|
|
- key: node-role.kubernetes.io/master |
|
|
|
effect: NoSchedule |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
--- |
|
|
|
# ------------------- Dashboard Service ------------------- # |
|
|
|