Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.
This repository was archived by the owner on May 15, 2026. It is now read-only.

Operator is missing permissions for Leases resources #166

Description

@jneuff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions