add CRD manifests in setUpClass of e2e tests

This commit is contained in:
Felix Kunde 2020-11-24 14:41:30 +01:00
parent f3eaa8cf23
commit 40a4acd39d
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ class EndToEndTestCase(unittest.TestCase):
yaml.dump(configmap, f, Dumper=yaml.Dumper)
for filename in ["operator-service-account-rbac.yaml",
"postgresql.crd.yaml",
"operatorconfiguration.crd.yaml",
"postgresteam.crd.yaml",
"configmap.yaml",
"postgres-operator.yaml",