From cb6d3041780d41543f199026927801188ef0bda7 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Wed, 18 Sep 2024 16:16:14 +0200 Subject: [PATCH] docs(plugin): add instructions for adding Plugin's Chart Directory to greenhouse-extensions helm test config file (#571) --- docs/user-guides/plugin/plugin-tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guides/plugin/plugin-tests.md b/docs/user-guides/plugin/plugin-tests.md index 438a63d0..6c013531 100644 --- a/docs/user-guides/plugin/plugin-tests.md +++ b/docs/user-guides/plugin/plugin-tests.md @@ -149,6 +149,7 @@ Before submitting a pull request: - Verify the presence of `test-.yaml`, `test--config.yaml`, and `test-permissions.yaml` files. - Test your Plugin thoroughly using `helm test ` and confirm that all tests pass against a test Kubernetes cluster. - Include a brief description of the tests in your pull request. +- Make sure that your Plugin's Chart Directory and the Plugin's Upstream Chart Repository are added to this [greenhouse-extensions helm test config file](https://github.com/cloudoperators/greenhouse-extensions/blob/main/.github/configs/helm-test.yaml). This will ensure that your Plugin's tests are automatically run in the GitHub Actions workflow when you submit a pull request for this Plugin. **Important Notes**