Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a597989

Browse files
authoredFeb 16, 2024
Include setting of OCP annotaions in make reset (open-telemetry#2640)
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent ded8d5d commit a597989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ reset: kustomize operator-sdk manifests
451451
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle -q --overwrite --version ${OPERATOR_VERSION} $(BUNDLE_METADATA_OPTS)
452452
$(OPERATOR_SDK) bundle validate ./bundle
453453
./hack/ignore-createdAt-bundle.sh
454+
./hack/add-openshift-annotations.sh
454455
git checkout config/manager/kustomization.yaml
455456

456457
# Build the bundle image, used only for local dev purposes

0 commit comments

Comments
 (0)
Please sign in to comment.