mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-09 13:07:59 +00:00
55f9167af4
for more information, see https://pre-commit.ci
12 lines
263 B
Django/Jinja
12 lines
263 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 }}
|