mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-09 19:58:05 +00:00
a88bad7947
Signed-off-by: tu1h <lihai.tu@daocloud.io>
11 lines
262 B
Django/Jinja
11 lines
262 B
Django/Jinja
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: scheduler-plugins-scheduler
|
|
namespace: {{ scheduler_plugins_namespace }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: scheduler-plugins-controller
|
|
namespace: {{ scheduler_plugins_namespace }} |