moonbeam-nyc / snorlax

wake and sleep Kubernetes deployments on a schedule
https://moonbeam.nyc
Apache License 2.0
147 stars 10 forks source link

Bugfix: Delete permissions for roles and rolebindings #3

Closed kehralexander closed 3 months ago

kehralexander commented 3 months ago

Bugfix for Issue #2 Adds the missing permissions

azlyth commented 3 months ago

@kehralexander thanks for this! We actually to update this in the operator code since those permissions are generated. I'll update that today and get this merged in.

kehralexander commented 3 months ago

@azlyth Ah! I see, sorry I didn't look into the source code too much yet and have no experience with golang k8s operators. I tried to rectify it, I hope I did it correctly this time. While at it, I also increased the chart version to 0.4.1.

azlyth commented 3 months ago

Just verified this, merging this in! Thanks @kehralexander!