mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-08 14:32:09 -03:30
- markdownlint (manual fix) - end-of-file-fixer - requirements-txt-fixer - trailing-whitespace
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 }}
|