Skip to content

Commit 7d754bd

Browse files
authored
Alter make generate-kuttl to quiet output (#3442)
1 parent 777ea1a commit 7d754bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ generate-kuttl:
231231
source="$${1}" target="$${1/e2e/e2e-generated}"; \
232232
mkdir -p "$${target%/*}"; render < "$${source}" > "$${target}"; \
233233
shift; \
234-
done' - $(wildcard testing/kuttl/e2e/*/*.yaml) $(wildcard testing/kuttl/e2e-other/*/*.yaml)
234+
done' - testing/kuttl/e2e/*/*.yaml testing/kuttl/e2e-other/*/*.yaml
235235

236236
.PHONY: check-generate
237237
check-generate: generate-crd generate-deepcopy generate-rbac

0 commit comments

Comments
 (0)