Skip to content

Adding support for OpenShift #126

@draygoX

Description

@draygoX

OpenShift has more stringent things around permissions. An example can be found in strimzi/strimzi-kafka-operator#12030

Similiar needs to be implemented in the registry operator to have it play nice in openshift environments.

https://github.com/lsst-sqre/strimzi-registry-operator/blob/main/manifests/rbac.yaml#L34 can be patched to include:

- apiGroups: [roundtable.lsst.codes]
  resources: [strimzischemaregistries/finalizers]
  verbs: [update]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions