From cb2098296d64e69b771759eda3aa5f022c9bcfc9 Mon Sep 17 00:00:00 2001 From: Raghavi Shirur Date: Tue, 10 Oct 2023 14:31:21 +0530 Subject: [PATCH] fix bundle error Signed-off-by: Raghavi Shirur --- bundle/manifests/argocd-operator.clusterserviceversion.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/argocd-operator.clusterserviceversion.yaml b/bundle/manifests/argocd-operator.clusterserviceversion.yaml index 49f47af1e..2fafea9ed 100644 --- a/bundle/manifests/argocd-operator.clusterserviceversion.yaml +++ b/bundle/manifests/argocd-operator.clusterserviceversion.yaml @@ -1846,4 +1846,5 @@ spec: sideEffects: None targetPort: 9443 type: ConversionWebhook - webhookPath: /convert \ No newline at end of file + webhookPath: /convert + \ No newline at end of file