-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
There are a few operator-e2e test steps where we needed to list all items in lists such as env, volumes and volumeMounts as well as CR status.conditions because kuttl's list matching limitations.
- tests/central/central-misc/08[01]*
- tests/central/central-misc/04[01]*
- tests/upgrade/upgrade/040-assert-no-stackrox-db-volume*
- most *-assert.yaml files
Once we have kuttl v0.21.0 which supports CEL expressions, they can probably be rewritten to only assert the interesting parts.
This will reduce churn every time an env var or mount is added or modified.