File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments