2023-06-26 13:55:08 +02:00

13 lines
259 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: "restart-deployment"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: "restart-deployment"
subjects:
- kind: "ServiceAccount"
name: "restart-deployment"