File tree Expand file tree Collapse file tree
systemtest/src/main/java/io/strimzi/systemtest/resources/draincleaner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class SetupDrainCleaner {
4747 private static final String KUBERNETES_DIRECTORY = "kubernetes" ;
4848 public static final String DRAIN_CLEANER_DIRECTORY = KubeClusterResource .getInstance ().isOpenShiftLikeCluster () ? OPENSHIFT_DIRECTORY : KUBERNETES_DIRECTORY ;
4949 public static final String PATH_TO_DC_CONFIG = TestUtils .USER_PATH + "/../packaging/install/drain-cleaner/" + DRAIN_CLEANER_DIRECTORY ;
50- private static final String PATH_TO_DRAIN_CLEANER_DEP = TestUtils .USER_PATH + "/../packaging/install/drain-cleaner/kubernetes /060-Deployment.yaml" ;
50+ private static final String PATH_TO_DRAIN_CLEANER_DEP = TestUtils .USER_PATH + "/../packaging/install/drain-cleaner/" + DRAIN_CLEANER_DIRECTORY + " /060-Deployment.yaml" ;
5151
5252 private static final Logger LOGGER = LogManager .getLogger (SetupDrainCleaner .class );
5353
You can’t perform that action at this time.
0 commit comments