Skip to content

Commit

Permalink
Use v1beta1 when listing ArgoCD custom resources
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Dec 31, 2024
1 parent 52dff4e commit c23fd9c
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 c23fd9c

Please sign in to comment.