Skip to content

Commit

Permalink
Merge pull request #159 from projectsyn/fix/argocd-crd-apiversion
Browse files Browse the repository at this point in the history
Use `v1beta1` when listing ArgoCD custom resources
  • Loading branch information
simu authored Dec 31, 2024
2 parents 52dff4e + 28467ae commit 2e1d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/argocd/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func Apply(ctx context.Context, config *rest.Config, namespace, operatorNamespac

gvr := schema.GroupVersionResource{
Group: "argoproj.io",
Version: "v1alpha1",
Version: "v1beta1",
Resource: "argocds",
}

Expand Down

0 comments on commit 2e1d3d5

Please sign in to comment.