Skip to content

Commit

Permalink
Remove openapi2jsonschema.py from default Helm Makefile target
Browse files Browse the repository at this point in the history
Since it's vendored, there's no need to download the script every time. CI
checks if it's up to date.

Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Sep 16, 2024
1 parent 2e9768d commit b09b478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kubernetes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ HELM ?= docker run --rm -v $(CURDIR)/$(TETRAGON_CHART):/apps -v $(CURDIR)/$(HELM
PYTHON ?= docker run --rm -v $(REPO_ROOT):/code --workdir=/code/install/kubernetes -e FILENAME_FORMAT='{kind}-{fullgroup}' $(PYTHON_IMAGE)

.PHONY: all
all: $(TETRAGON_CHART)/crds-yaml lint docs openapi2jsonschema.py generate-jsonschemas kubeconform
all: $(TETRAGON_CHART)/crds-yaml lint docs generate-jsonschemas kubeconform

.PHONY: lint
lint:
Expand Down

0 comments on commit b09b478

Please sign in to comment.