diff --git a/bundle/manifests/argocd-operator.clusterserviceversion.yaml b/bundle/manifests/argocd-operator.clusterserviceversion.yaml index 49f47af1e..fdb1cfd8c 100644 --- a/bundle/manifests/argocd-operator.clusterserviceversion.yaml +++ b/bundle/manifests/argocd-operator.clusterserviceversion.yaml @@ -1733,6 +1733,7 @@ spec: containers: - args: - --leader-elect + - --label-selector command: - /manager env: @@ -1740,6 +1741,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] + - name: ARGOCD_LABEL_SELECTOR - name: ENABLE_CONVERSION_WEBHOOK value: "true" image: quay.io/argoprojlabs/argocd-operator:v0.8.0 @@ -1846,4 +1848,4 @@ spec: sideEffects: None targetPort: 9443 type: ConversionWebhook - webhookPath: /convert \ No newline at end of file + webhookPath: /convert diff --git a/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator.v0.8.0.clusterserviceversion.yaml b/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator.v0.8.0.clusterserviceversion.yaml index 5301692cb..fdb1cfd8c 100644 --- a/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator.v0.8.0.clusterserviceversion.yaml +++ b/deploy/olm-catalog/argocd-operator/0.8.0/argocd-operator.v0.8.0.clusterserviceversion.yaml @@ -1733,6 +1733,7 @@ spec: containers: - args: - --leader-elect + - --label-selector command: - /manager env: @@ -1740,6 +1741,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] + - name: ARGOCD_LABEL_SELECTOR - name: ENABLE_CONVERSION_WEBHOOK value: "true" image: quay.io/argoprojlabs/argocd-operator:v0.8.0