diff --git a/.github/workflows/kubevirt.yml b/.github/workflows/kubevirt.yml index 3d3c1a6..50b20b3 100644 --- a/.github/workflows/kubevirt.yml +++ b/.github/workflows/kubevirt.yml @@ -113,8 +113,8 @@ jobs: publisher: Argo CD Community EOF - kubectl apply -n olm -f https://raw.githubusercontent.com/argoproj-labs/argocd-operator/master/deploy/operator_group.yaml - kubectl apply -n olm -f https://raw.githubusercontent.com/argoproj-labs/argocd-operator/master/deploy/subscription.yaml + kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-operator/master/deploy/operator_group.yaml + kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-operator/master/deploy/subscription.yaml - name: Grant more rights to the default serviceaccount to access Kubevirt, Kubevirt CDI & Kubernetes APIs run: |