Skip to content

ArgoCD can't apply kustomization with rollout #890

Answered by jessesuen
eroji asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • group: argoproj.io
  • apiVersion: v1alpha1
  • kind: Rollout
  • name: bluegreen-demo

Ensure that you have a resource that matches above in one of your bases, otherwise you should remove the patch entry.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eroji
Comment options

Answer selected by jessesuen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #890 on December 11, 2020 05:47.