Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit b731480

Browse files
committed
fix external domain name in template in DeployWCSCloud_Base
1 parent ac41a7f commit b731480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/DeployController/setup/jobs/DeployWCSCloud_Base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Common:
104104
Enable: false
105105
LoadBalanceAddress:
106106
VaultURL: ${vault_url}/v1
107-
ExternalDomian: ibm.com
107+
ExternalDomian: .ibm.com
108108
CommerceVersion:
109109
OverridePreconfig:
110110
## IngressSecrete used to specify if need Helm to auto generate the secret for ingress. For production env, customer can choose generate the secret with real CA certification
@@ -435,4 +435,4 @@ podTemplate(label: label, containers: [
435435
</definition>
436436
<triggers/>
437437
<disabled>false</disabled>
438-
</flow-definition>
438+
</flow-definition>

0 commit comments

Comments
 (0)