canonical / argo-operators

Argo Operators
Apache License 2.0
1 stars 10 forks source link

refactor: remove unused Roles and ClusterRoles, bindings and ServiceAccounts #168

Closed DnPlas closed 5 months ago

DnPlas commented 5 months ago

The argo-controller charm is always deployed using trust because it needs elevated permissions to apply k8s resources using lightkube, so there is not an actual need for a Role or a ClusterRole. This commit removes the unused ClusterRoles, Roles, bindings and ServiceAccounts.

Part of #166