Files
locust-operator/config/rbac/role_binding.yaml
Chris Richardson 56ed4f8458
Some checks failed
E2E Tests / Build docker image (push) Successful in 3m57s
Lint / Run on Ubuntu (push) Successful in 1m49s
Tests / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
asd
2025-05-14 07:43:23 -04:00

19 lines
431 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/name: locust-operator
app.kubernetes.io/managed-by: kustomize
name: manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: manager-role
subjects:
- kind: ServiceAccount
name: controller-manager
namespace: system
- kind: ServiceAccount
name: default
namespace: default