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)
|
yaml.dump(configmap, f, Dumper=yaml.Dumper)
|
||||||
|
|
||||||
for filename in ["operator-service-account-rbac.yaml",
|
for filename in ["operator-service-account-rbac.yaml",
|
||||||
|
"postgresql.crd.yaml",
|
||||||
|
"operatorconfiguration.crd.yaml",
|
||||||
"postgresteam.crd.yaml",
|
"postgresteam.crd.yaml",
|
||||||
"configmap.yaml",
|
"configmap.yaml",
|
||||||
"postgres-operator.yaml",
|
"postgres-operator.yaml",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue