We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950468c commit 49ae16bCopy full SHA for 49ae16b
Makefile
@@ -99,7 +99,7 @@ update-crds: ## Update CRDs
99
kustomize build config/crd >deploy/crds.yaml
100
kustomize build config/crd/app-protect-dos --load-restrictor='LoadRestrictionsNone' >deploy/crds-nap-dos.yaml
101
kustomize build config/crd/app-protect-waf --load-restrictor='LoadRestrictionsNone' >deploy/crds-nap-waf.yaml
102
- make update-crd-docs
+ $(MAKE) update-crd-docs
103
104
.PHONY: telemetry-schema
105
telemetry-schema: ## Generate the telemetry Schema
0 commit comments