Files
locust-operator/config/rbac/role.yaml
Chris Richardson 4d9663fe60
Some checks failed
Build images / Run e2e tests (push) Failing after 1m57s
Build images / Run lint test (push) Failing after 7m27s
Lint / Run on Ubuntu (push) Failing after 6m47s
Build images / Run unit test (push) Failing after 8m53s
Build images / Build docker image (push) Has been skipped
E2E Tests / Run on Ubuntu (push) Failing after 1m50s
Tests / Run on Ubuntu (push) Failing after 3m1s
add logging to the operator
add logging
2025-07-02 12:48:45 -04:00

33 lines
433 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- locust.io
resources:
- locustclusters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- locust.io
resources:
- locustclusters/finalizers
verbs:
- update
- apiGroups:
- locust.io
resources:
- locustclusters/status
verbs:
- get
- patch
- update