1
0
Fork 0

Migrate examples to tests_e2e directory structure

- Relocated all files and scripts from `examples` to `tests_e2e` for better organization.
- Updated references and paths in configurations, scripts, and test files.
- Adjusted `bump-version.sh` to handle the new `tests_e2e` structure.
- Updated `.gitignore` to reflect path changes.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-12 17:05:04 -05:00
parent b34d7822e4
commit d66c4f8595
51 changed files with 35 additions and 35 deletions

9
tests_e2e/kubernetes/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# kind installation directory
.kind/
# kubectl config
kubeconfig
# Test artifacts
*.log
service_tls_generated.yml