Skip to content

Commit 792c5b0

Browse files
authored
fix: add reviewable-ext target to Makefile (#214)
Target is used to ensure chart CRDs match what is generated by `make manifests`. Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
1 parent 637334f commit 792c5b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ CHART_NAME=validator-plugin-azure
1010
.PHONY: dev
1111
dev:
1212
devspace dev -n validator-plugin-azure-system
13+
14+
# Static Analysis / CI
15+
16+
chartCrds = chart/validator-plugin-azure/crds/validation.spectrocloud.labs_azurevalidators.yaml
17+
18+
reviewable-ext:
19+
rm $(chartCrds)
20+
cp config/crd/bases/validation.spectrocloud.labs_azurevalidators.yaml $(chartCrds)

0 commit comments

Comments
 (0)