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
12m Normal ComposeResources xcluster/devops-2406-nswbh Pipeline step "sequence-resources": Delaying creation of resource "external-secrets-release" because "metrics-server-release" is not ready or does not exist yet
Note the release names without the devops-2406 prefix is the composition resource name. The function does seem to wait for the load balancer release before installing the metrics server chart but after that nothing gets installed.
How can we reproduce it?
Composition steps to render charts and sequence function:
What happened?
I have created the following composition pipeline step:
I would expect that when the
metrics-server-release
is ready that theexternal-secrets-release
is deployed. This does not happen.From
kubectl get releases
:The following error is in the events:
Note the release names without the
devops-2406
prefix is the composition resource name. The function does seem to wait for the load balancer release before installing the metrics server chart but after that nothing gets installed.How can we reproduce it?
Composition steps to render charts and sequence function:
XR manifest extract for rendering the helm charts:
The text was updated successfully, but these errors were encountered: