ci: add e2e kustomization.yaml to .gitignore (#112)

Running e2e tests generates temporary kustomization.yaml files.
The uncommitted ci task would fail if it finds one of these during its
run, so we add the path to the .gitignore.

Fixes #111

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-12-16 11:04:39 +01:00 committed by GitHub
parent 686175ffbc
commit 85c8a524eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitignore vendored
View File

@ -37,6 +37,8 @@ go.work
# E2e test artifacts
test/e2e/bin
test/e2e/kustomization.yaml
# Test registry certificates
certs/
# Utility dir for manifest build