Replies: 1 comment 1 reply
-
Hello, If you want I can take this feature ? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In case we push multiple object in kubernetes to deploy one application it may be interesting to compute a status from all the object.
Example: your repository is a mono repo with a front app, an api, a worker. You deploy all of them when you put your application in production, you want to check all them to be deployed to declare a deployment succesful.
The CRD could be modified to something like this:
Extract / template to get the commit point in git would be extracted from the
sourceRef
object, but the overall status would be the minimum status from all the objects from additionalRef + sourceRef.Beta Was this translation helpful? Give feedback.
All reactions