File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ dev.env
1717secrets.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
2027test /upgrade /logs /
21- test /upgrade /env.txt
22- test /upgrade /upgrade.test
28+
Original file line number Diff line number Diff 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
7575In order for the tests to perform successfully some configuration need to be present as environment variables :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments