You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
Hi,
This is just an idea and maybe helpful for some use cases.
Use Case:
We use the resource-locker operator to patch files via ArgoCD. We need to perform it this way, because the resources we need to patch are created by operators (e.g. service mesh) and are not stored in our git repository. To maintain our project completely in Git the resource-locker operator is a good way to go. Unfortunately some resources we need to patch will have a generated name and therefore we can not fully automate the process. Idea: as we know the label of the generated resource, it would be great to extend the targetObjectRef properties to allow patching resources with a specific label. E.g.
Hi,
This is just an idea and maybe helpful for some use cases.
Use Case:
an other use case might be;
2. Performing a mass patch on all resources of one type with the same label.
Thank you and have a good day.
Philipp
The text was updated successfully, but these errors were encountered: