Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for more K8s resources #456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pedrotiag0
Copy link

@pedrotiag0 pedrotiag0 commented Jul 2, 2024

When we had to rotate our K8s secrets, Reflector really came in handy to propagate our changes across namespaces. Later, we felt the need to extend Reflector's functionalities for other resources. Currently, we added support for:

  • Service Accounts;
  • Roles;
  • Role Bindings.

Note that we needed to add EasyAF.NewtonsoftJson.Compatibility package due to serialization problems when applying patches to roles and rolebindings. This does not interfere with the already existing logic of secrets and configmaps.

Hope you appreciate these changes!

Extended Reflector's functionalities to service accounts, roles and rolebindings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant