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 34db93f commit 34a7461Copy full SHA for 34a7461
operator/src/main/resources/scripts/introspectDomain.py
@@ -787,6 +787,7 @@ def addSitCfgXml(self):
787
self.writeln("<?xml version='1.0' encoding='UTF-8'?>")
788
self.writeln("<d:domain xmlns:d=\"http://xmlns.oracle.com/weblogic/domain\" xmlns:f=\"http://xmlns.oracle.com/weblogic/domain-fragment\" xmlns:s=\"http://xmlns.oracle.com/weblogic/situational-config\">")
789
self.indent()
790
+ self.writeln("<s:expiration> 2099-07-16T19:20+01:00 </s:expiration>")
791
self.writeln("<d:name>" + self.env.DOMAIN_NAME + "</d:name>")
792
self.customizeNodeManagerCreds()
793
self.customizeDomainLogPath()
0 commit comments