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:
parent
b34d7822e4
commit
d66c4f8595
51 changed files with 35 additions and 35 deletions
9
examples/kubernetes/.gitignore
vendored
9
examples/kubernetes/.gitignore
vendored
|
|
@ -1,9 +0,0 @@
|
|||
# kind installation directory
|
||||
.kind/
|
||||
|
||||
# kubectl config
|
||||
kubeconfig
|
||||
|
||||
# Test artifacts
|
||||
*.log
|
||||
service_tls_generated.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue