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
Some tools (e.g. external-secrets-operator) might silently default related resource references. In those cases, the given path of a related resource is empty, but we still want to sync a generated object.
Because of that, we should support another "default" field in related resources. This field should support some common patterns (e.g. matching the parent object name) to construct the implied default object names and sync them.
Proposed Solution
The API should look something like this:
# configure where in the parent object we can find# the name/namespace of the related resource (the child)reference:
name:
path: spec.secretNamedefault: "$resourceName"
If the given path cannot be found, syncagent should look for a related resource under the "default" name and consider that to be the referenced object.
Alternative Solutions
No response
Want to contribute?
I would like to work on this issue.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
Some tools (e.g. external-secrets-operator) might silently default related resource references. In those cases, the given path of a related resource is empty, but we still want to sync a generated object.
Because of that, we should support another "default" field in related resources. This field should support some common patterns (e.g. matching the parent object name) to construct the implied default object names and sync them.
Proposed Solution
The API should look something like this:
If the given path cannot be found, syncagent should look for a related resource under the "default" name and consider that to be the referenced object.
Alternative Solutions
No response
Want to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: