From 4d818b3c4a2a0a3249196e9b5f75c9c37960f495 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Fri, 16 Feb 2024 15:18:39 +0100
Subject: [PATCH] Include setting of OCP annotaions in make reset
Signed-off-by: Pavol Loffay
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index ce3a9787b3..41408a25af 100644
--- a/Makefile
+++ b/Makefile
@@ -451,6 +451,7 @@ reset: kustomize operator-sdk manifests
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle -q --overwrite --version ${OPERATOR_VERSION} $(BUNDLE_METADATA_OPTS)
$(OPERATOR_SDK) bundle validate ./bundle
./hack/ignore-createdAt-bundle.sh
+ ./hack/add-openshift-annotations.sh
git checkout config/manager/kustomization.yaml
# Build the bundle image, used only for local dev purposes