-
I followed the instructions on installing argo-rollouts and I was already using ArgoCD for deployments. However, when I included the rollout strat YAML, I'm getting the following error when I attempt to sync. What am I doing wrong? Error
rollout.yaml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This error is coming from kustomize and not a Rollout issue. kustomize is complaining that one of your patches, cannot find an upstream resource that matches:
Ensure that you have a resource that matches above in one of your bases, otherwise you should remove the patch entry. |
Beta Was this translation helpful? Give feedback.
Error: no matches for OriginalId argoproj.io_v1alpha1_Rollout|~X|bluegreen-demo; no matches for CurrentId argoproj.io_v1alpha1_Rollout|~X|bluegreen-demo; failed to find unique target for patch argoproj.io_v1alpha1_Rollout|bluegreen-demo
This error is coming from kustomize and not a Rollout issue. kustomize is complaining that one of your patches, cannot find an upstream resource that matches:
Ensure that you have a resource that matches above in one of your bases, otherwise you should remove the patch entry.