Skip to content

Allow ServiceAccount configuration on percona operator #549

@alexifsp

Description

@alexifsp

Currently the operator

serviceAccountName: {{ include "psmdb-operator.fullname" . }}
does not allow a way to specify your own ServiceAccount for installing percona mongodb operator.

It defaults to a value that can be only enabled or disabled, but naming remains the same.

      serviceAccountName: {{ include "psmdb-operator.fullname" . }}

There are situations when you have to install in a place where you are allowed to install only using a specific ServiceAccount with aggregated Roles/ClusterRoles.

Most of the Deployments in the ecosystem allow this configuration and would be quite nice to address it too.

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