We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e03c commit 7895e27Copy full SHA for 7895e27
integration-tests/src/test/java/oracle/kubernetes/operator/ItSitConfig.java
@@ -134,7 +134,7 @@ public static void staticUnPrepare() throws Exception {
134
private static Domain createSitConfigDomain() throws Exception {
135
String createDomainScript = TEST_RES_DIR + "/domain-home-on-pv/create-domain.py";
136
// load input yaml to map and add configOverrides
137
- Map<String, Object> domainMap = TestUtils.loadYaml(DOMAINONPV_WLST_YAML);
+ Map<String, Object> domainMap = TestUtils.loadYaml(DOMAININIMAGE_WLST_YAML);
138
domainMap.put("configOverrides", "sitconfigcm");
139
domainMap.put("configOverridesFile", configOverrideDir);
140
domainMap.put("domainUID", DOMAINUID);
0 commit comments