mattermost-operator icon indicating copy to clipboard operation
mattermost-operator copied to clipboard

Resource Patch e2e test

Open Szymongib opened this issue 1 year ago • 2 comments

Summary

We can add an e2e test for resource patch functionality.

The test should be fairly simple:

  • Create Mattermost instance with resource patch specified for Deployment and Service.
  • Assert that changes are applied to both resources.

Example patches can be found in unit tests https://github.com/mattermost/mattermost-operator/tree/master/apis/mattermost/v1beta1/testdata

Szymongib avatar Sep 16 '22 15:09 Szymongib

I want to work on it

imskr avatar Sep 20 '22 07:09 imskr

Awesome, thanks @imskr.

Szymongib avatar Sep 20 '22 07:09 Szymongib