Skip to content

Commit c98ad6a

Browse files
committed
modified the domain name
Signed-off-by: sankar <[email protected]>
1 parent 4244263 commit c98ad6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ITSitConfig extends BaseTest {
3535
private static String TESTSCRIPTDIR = "";
3636

3737
private static String ADMINPODNAME = "";
38-
private static final String DOMAINUID = "customsitdomain";
38+
private static final String DOMAINUID = "customsitconfigdomain";
3939
private static final String ADMINPORT = "30704";
4040
private static final int T3CHANNELPORT = 30051;
4141
private static String fqdn = "";

integration-tests/src/test/resources/sitconfig/configoverrides/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</d:server-debug>
1212
<d:network-access-point>
1313
<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>
1515
</d:network-access-point>
1616
</d:server>
1717
</d:domain>

integration-tests/src/test/resources/sitconfig/configoverrides/jdbc-JdbcTestDataSource-0.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<jdbc:properties>
1818
<jdbc:property>
1919
<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>
2121
</jdbc:property>
2222
</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>
2424
</jdbc:jdbc-driver-params>
2525
</jdbc:jdbc-data-source>

0 commit comments

Comments
 (0)