Skip to content

Commit edf9e79

Browse files
authored
Include setting of OCP annotaions in make reset (#2640)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 0d15f63 commit edf9e79

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)