Skip to content

[🚀 Feature]: Configurable serviceAccount.name #1783

@gianluca-soffredini

Description

@gianluca-soffredini

Feature and motivation

Essentially, for security reasons, it could be helpful to be able to specify the serviceAccount.name in the template.spec section of the yaml files which have Deployment as kind, and make it configurable through the values.yaml file.
It will provide the opportunity to avoid using the default service account.

Usage example

In the installation or upgrade phase of the chart it could be possible to use the helm syntax as follow:

helm install selenium-grid docker-selenium/selenium-grid --set serviceAccount.name=.

I think it could be specified in the values.yaml, in the same way the isolateComponents property is used, if you do not want to implement the feature for each Deployment "object".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions