-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
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".
balazs92117