Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator is missing permissions for Leases resources #166

Open
jneuff opened this issue Jul 16, 2024 · 0 comments
Open

Operator is missing permissions for Leases resources #166

jneuff opened this issue Jul 16, 2024 · 0 comments

Comments

@jneuff
Copy link

jneuff commented Jul 16, 2024

Installing your helm chart as is, results in the operator being unable to create its Leases, because it is missing the permissions to do so. Shouldn't this be part of the /templates/role.yaml? E.g.:

..
- apiGroups:
  - "coordination.k8s.io"
  resources:
    - leases
  verbs:
  - get
  - update
  - patch
  - create

I am not sure which verbs it needs, definitely create.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant