-
Couldn't load subscription status.
- Fork 1k
Description
Since OLMv0 is no longer supported I went to try installing the argocd-operator with OLMv1 but despite them using argocd-operator as an example all over their website, I keep getting the error:
error for resolved bundle "argocd-operator.v0.14.0" with version "0.14.0": unsupported bundle: webhookDefinitions are not supported
Argocd-operator is showing up in the list when I use the query to find packages that support AllNamespaces install mode and do not use webhooks. See this page.
Here is my very generic ClusterExtension:
apiVersion: olm.operatorframework.io/v1
kind: ClusterExtension
metadata:
name: argocd
spec:
namespace: argocd
serviceAccount:
name: argocd-installer
source:
sourceType: Catalog
catalog:
packageName: argocd-operatorI didn't include all the ServiceAccount and RBAC stuff but can if it would help.
Anyway, have been search all the docs and issues and haven't found anyone talking about this so it makes me think I am doing something completely stupid and obviously wrong.
Thanks for the help!