Skip to content

Commit 40a4acd

Browse files
committed
add CRD manifests in setUpClass of e2e tests
1 parent f3eaa8c commit 40a4acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/tests/test_e2e.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def setUpClass(cls):
117117
yaml.dump(configmap, f, Dumper=yaml.Dumper)
118118

119119
for filename in ["operator-service-account-rbac.yaml",
120+
"postgresql.crd.yaml",
121+
"operatorconfiguration.crd.yaml",
120122
"postgresteam.crd.yaml",
121123
"configmap.yaml",
122124
"postgres-operator.yaml",

0 commit comments

Comments
 (0)