Skip to content

Commit dfaabc8

Browse files
authored
Merge pull request #373 from Billy99/billy99-spod
remove dependency on security-profiles-operator
2 parents a24b3a5 + c0fc24c commit dfaabc8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ bundle: operator-sdk generate kustomize manifests ## Generate bundle manifests a
322322
-e 's@bpfman\.agent\.image=.*@bpfman.agent.image=$(BPFMAN_AGENT_IMG)@' \
323323
kustomization.yaml.env > kustomization.yaml
324324
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
325-
cp config/manifests/dependencies.yaml bundle/metadata/
325+
# Temporarily remove the dependency on security-profiles-operator until issue is fixed
326+
# https://github.com/kubernetes-sigs/security-profiles-operator/issues/2699
327+
# cp config/manifests/dependencies.yaml bundle/metadata/
326328
$(OPERATOR_SDK) bundle validate ./bundle
327329

328330
.PHONY: build-release-yamls

bundle/metadata/dependencies.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)