Skip to content

Commit

Permalink
docs(plugin): add instructions for adding Plugin's Chart Directory to…
Browse files Browse the repository at this point in the history
… greenhouse-extensions helm test config file (#571)
  • Loading branch information
ibakshay committed Sep 18, 2024
1 parent a6f7a44 commit cb6d304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user-guides/plugin/plugin-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Before submitting a pull request:
- Verify the presence of `test-<plugin-name>.yaml`, `test-<plugin-name>-config.yaml`, and `test-permissions.yaml` files.
- Test your Plugin thoroughly using `helm test <release-name>` 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**

Expand Down

0 comments on commit cb6d304

Please sign in to comment.