uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

chore: add clusterroles for tasks and builds to admin and edit #637

Closed shreddedbacon closed 7 months ago

shreddedbacon commented 7 months ago

Just adding the missing clusterroles to the admin role to allow the lagoon namespace deployer service account to interact with builds and tasks within the namespace as required

Currently the deployer service account can interact with all other resources within the namespace during a build, and being able to interact with other builds or tasks that may exist in the namespace would be useful for being able to handle previous build or task cleanups within a build process.

shreddedbacon commented 7 months ago

It would be nice to get this into a lagoon-remote update as part of lagoon-remote 0.87.0 in the 2.17 branch