File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,10 @@ var _ = BeforeSuite(func(done Done) {
134
134
svcClusterClient = svcClusterMgr .GetClient ()
135
135
Expect (svcClusterClient ).ToNot (BeNil ())
136
136
137
- createNamespace (svcClusterClient , "firewall" )
137
+ // Available in production, but not here
138
+ createNamespace (ctrlClusterClient , "metal-extension-cloud" )
139
+ createNamespace (svcClusterClient , firewall .ClusterwideNetworkPolicyNamespace )
140
+
138
141
createPostgresTestInstance (createBackupSecret ())
139
142
createConfigMapSidecarConfig ()
140
143
createCredentialSecrets ()
@@ -156,9 +159,6 @@ func createBackupSecret() *core.Secret {
156
159
Expect (err ).ToNot (HaveOccurred ())
157
160
Expect (yaml .Unmarshal (bytes , backupSecret )).Should (Succeed ())
158
161
159
- // Available in production, but not here
160
- createNamespace (ctrlClusterClient , backupSecret .Namespace )
161
-
162
162
Expect (ctrlClusterClient .Create (newCtx (), backupSecret )).Should (Succeed ())
163
163
164
164
return backupSecret
You can’t perform that action at this time.
0 commit comments