We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777ea1a commit 7d754bdCopy full SHA for 7d754bd
Makefile
@@ -231,7 +231,7 @@ generate-kuttl:
231
source="$${1}" target="$${1/e2e/e2e-generated}"; \
232
mkdir -p "$${target%/*}"; render < "$${source}" > "$${target}"; \
233
shift; \
234
- done' - $(wildcard testing/kuttl/e2e/*/*.yaml) $(wildcard testing/kuttl/e2e-other/*/*.yaml)
+ done' - testing/kuttl/e2e/*/*.yaml testing/kuttl/e2e-other/*/*.yaml
235
236
.PHONY: check-generate
237
check-generate: generate-crd generate-deepcopy generate-rbac
0 commit comments