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
feat(external-deps): external dependencies for release resources
Added a way to express external dependencies for the new release resource,
so that we will wait until the external dependency resource is ready and
only after that we will try to deploy the new release resource.
Example usage:
```yaml
metadata:
annotations:
app1.external-dependency.werf.io/resource: "deployment/app1"
app1.external-dependency.werf.io/namespace: "default" # optional
```
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
0 commit comments