Skip to content

Commit

Permalink
fix: add reviewable-ext target to Makefile (#74)
Browse files Browse the repository at this point in the history
Target is used to ensure chart CRDs match what is generated by make
manifests.

---------

Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
  • Loading branch information
mattwelke authored Jul 26, 2024
1 parent f5c3d9a commit 14ee619
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ CHART_NAME=validator-plugin-kubescape
.PHONY: dev
dev:
devspace dev -n validator

# Static Analysis / CI

chartCrds = chart/validator-plugin-kubescape/crds/validation.spectrocloud.labs_kubescapevalidators.yaml

reviewable-ext:
rm $(chartCrds)
cp config/crd/bases/validation.spectrocloud.labs_kubescapevalidators.yaml $(chartCrds)

0 comments on commit 14ee619

Please sign in to comment.