-
-
Notifications
You must be signed in to change notification settings - Fork 201
Omit service account generation in Helm Chart when not using Strimzi auto detection #53
Comments
May I pick this up? |
@khorshuheng Certainly. For this issue I was thinking that we could make the service account optional during install. It's required when Strimzi is installed, so that we may assign it the appropriate roles, but it may also be useful in non-Strimzi installs if users don't want to use the We could add helm configuration with a default state of:
For the resource template itself we could use an |
Also, if you (or any of your colleagues) have any of your own ideas for the project please feel free to create an issue with a design for discussion. |
Implemented in #64 |
A service account is only required when using the Strimzi watcher so that a ClusterRole can be bound to it. When the Strimzi watch is disabled, do not generate a service account and remove the service account binding in the Deployment spec.
The text was updated successfully, but these errors were encountered: