Replies: 1 comment 1 reply
-
Without this, is there still a way to update a referenced image policy if using overlays? I have a base deployment and need to modify the image policy used based on staging/production. How would you patch it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently image automation markers are configured as yaml comments, for example:
This method has some downsides:
I'd like to propose that the automation markers can be set as annotations. That way they become first class citizens in the manifest documents. They will be easy to parse programmatically, validate and expose using observability tools.
For example the following should be very easy to understand and could achieve exactly the same results as comments:
Beta Was this translation helpful? Give feedback.
All reactions