Skip to content

Commit ac025cc

Browse files
authored
Merge pull request #451 from frobware/remove-spod-dependency-upstream
2 parents 642adfd + 97e1c95 commit ac025cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ bundle: operator-sdk generate kustomize manifests ## Generate bundle manifests a
328328
-e 's@bpfman\.agent\.image=.*@bpfman.agent.image=$(BPFMAN_AGENT_IMG)@' \
329329
kustomization.yaml.env > kustomization.yaml
330330
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
331-
# Temporarily remove the dependency on security-profiles-operator until issue is fixed
331+
# Dependency on security-profiles-operator removed (file renamed to dependencies.yaml.disabled)
332332
# https://github.com/kubernetes-sigs/security-profiles-operator/issues/2699
333333
# cp config/manifests/dependencies.yaml bundle/metadata/
334334
$(OPERATOR_SDK) bundle validate ./bundle
File renamed without changes.

0 commit comments

Comments
 (0)