Commit b9a258c
committed
only use the applicationsNamespace in openshift
the codeflare operator checks for kuberay namespaces to apply
network policies so it uses opendatahub DSCInitialization CRD
which isn't available on vanilla k8s clusters so added a condition
to check for DSCInitialization only when running on openshift
This fixes the gatejobs running the codeflare-sdk repo as the e2e
test jobs are failing because DSCInitialization isn't available on
kind cluster that is being used for testing.1 parent c03f1b5 commit b9a258c
1 file changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | | - | |
| 286 | + | |
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
| |||
0 commit comments