Skip to content

Commit

Permalink
Merge pull request #109 from telekom/fix/manifest-generation
Browse files Browse the repository at this point in the history
do not generate bpf program when rendering deployment manifests
  • Loading branch information
schrej authored Mar 25, 2024
2 parents f14ef14 + ea2d7c0 commit 3d073cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bpf-generate: ## Run go generate for the BPF program (builds it as well)
cd pkg/bpf/ && go generate

.PHONY: manifests
manifests: controller-gen bpf-generate ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases

.PHONY: generate
Expand Down

0 comments on commit 3d073cb

Please sign in to comment.