adobe / rules_gitops

This repository contains rules for continuous, GitOps driven Kubernetes deployments.
Apache License 2.0
172 stars 43 forks source link

dont skip filtering on static namespace tests #143

Closed michaelschiff closed 1 year ago

michaelschiff commented 1 year ago

Description

Test manifest filter is responsible for swapping out PVCs for emptyDir. By disabling the filter on tests that execute in the BUILD_USER static mynamespace we are potentially changing the behavior of tests (may start failing for new reasons related to volume provisioning). Test behavior should be consistent in either an ephemeral namespace or the BUILD_USER namespace