File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator
resources/sitconfig/configoverrides Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class ITSitConfig extends BaseTest {
35
35
private static String TESTSCRIPTDIR = "" ;
36
36
37
37
private static String ADMINPODNAME = "" ;
38
- private static final String DOMAINUID = "customsitdomain " ;
38
+ private static final String DOMAINUID = "customsitconfigdomain " ;
39
39
private static final String ADMINPORT = "30704" ;
40
40
private static final int T3CHANNELPORT = 30051 ;
41
41
private static String fqdn = "" ;
Original file line number Diff line number Diff line change 11
11
</d : server-debug >
12
12
<d : network-access-point >
13
13
<d : name >T3Channel</d : name >
14
- <d : public-address f : combine-mode =" replace" >${secret:customsitdomain -test-secrets.hostname}</d : public-address >
14
+ <d : public-address f : combine-mode =" replace" >${secret:customsitconfigdomain -test-secrets.hostname}</d : public-address >
15
15
</d : network-access-point >
16
16
</d : server >
17
17
</d : domain >
Original file line number Diff line number Diff line change 17
17
<jdbc : properties >
18
18
<jdbc : property >
19
19
<jdbc : name >user</jdbc : name >
20
- <jdbc : value jdbcf : combine-mode =" replace" >${secret:customsitdomain -test-secrets.dbusername}</jdbc : value >
20
+ <jdbc : value jdbcf : combine-mode =" replace" >${secret:customsitconfigdomain -test-secrets.dbusername}</jdbc : value >
21
21
</jdbc : property >
22
22
</jdbc : properties >
23
- <jdbc : password-encrypted jdbcf : combine-mode =" replace" >${secret:customsitdomain -test-secrets.dbpassword:encrypt}</jdbc : password-encrypted >
23
+ <jdbc : password-encrypted jdbcf : combine-mode =" replace" >${secret:customsitconfigdomain -test-secrets.dbpassword:encrypt}</jdbc : password-encrypted >
24
24
</jdbc : jdbc-driver-params >
25
25
</jdbc : jdbc-data-source >
You can’t perform that action at this time.
0 commit comments