There was an error while loading. Please reload this page.
1 parent 14b7224 commit 4d2d977Copy full SHA for 4d2d977
Makefile
@@ -25,13 +25,13 @@ define run_linter
25
-e DEFAULT_WORKSPACE="$$DEFAULT_WORKSPACE" \
26
-e FILTER_REGEX_INCLUDE="$(filter-out $@,$(MAKECMDGOALS))" \
27
-e IGNORE_GITIGNORED_FILES=true \
28
+-e KUBERNETES_KUBECONFORM_OPTIONS="--schema-location default --schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'" \
29
$(1) \
30
-v $$VOLUME \
31
--rm \
32
$$LINTER_IMAGE
33
endef
34
-
35
#############################
36
# Argument fix workaround
37
0 commit comments