Skip to content

Commit

Permalink
exlcude kustomization.yaml from detect-crds-drift build step
Browse files Browse the repository at this point in the history
  • Loading branch information
karpoftea authored and Ilya Karpov committed Oct 25, 2021
1 parent fe5f811 commit 62aa142
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 @@ -50,7 +50,7 @@ fmt-check: clean
./.travis.gofmt.sh

detect-crds-drift:
diff -q charts/spark-operator-chart/crds manifest/crds
diff -q charts/spark-operator-chart/crds manifest/crds --exclude=kustomization.yaml

clean:
@echo "cleaning up caches and output"
Expand Down

0 comments on commit 62aa142

Please sign in to comment.