add CRD manifests in setUpClass of e2e tests
This commit is contained in:
parent
f3eaa8cf23
commit
40a4acd39d
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue