Skip to content

Commit a48e75f

Browse files
committed
feat: update .gitignore and add upgrade testing documentation
1 parent c8b872b commit a48e75f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ dev.env
1717
secrets.env
1818
*~
1919
/test/e2e/logs/
20+
# Environment files with secrets
21+
.env
22+
test/**/.env
23+
test/upgrade/.env
24+
25+
# Upgrade Test artifacts
26+
test-upgrade-output.log
2027
test/upgrade/logs/
21-
test/upgrade/env.txt
22-
test/upgrade/upgrade.test
28+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ kind delete cluster <cluster-name>
6969

7070
### Upgrade Tests
7171

72-
The provider comes with a set of upgrade tests that can be run locally. To learn more about it : [Upgrade Tests README](./test/upgrade/README.md).
72+
The provider comes with a set of upgrade tests that can be run locally. To learn more about it : [Upgrade Tests README](./docs/upgrade-testing.md).
7373

7474
#### Required Configuration
7575
In order for the tests to perform successfully some configuration need to be present as environment variables:
File renamed without changes.

0 commit comments

Comments
 (0)