2024-01-23 14:42:33 +08:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
|
|
|
name: scheduler-plugins-scheduler
|
|
|
|
namespace: {{ scheduler_plugins_namespace }}
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
|
|
|
name: scheduler-plugins-controller
|
2024-05-22 02:17:05 +08:00
|
|
|
namespace: {{ scheduler_plugins_namespace }}
|