Leap properties
The leapProperties parameter can be used to add or modify properties to Leap.
Note: The property ibm.nitro.NitroConfig.loginIdIsEmail must be added and set to true.
Below is an example snippet of setting leap-specific properties:
configuration:
   leap:
     leapProperties: | 
        ibm.nitro.InfoEntryPoint.dailyInfo = <div>Welcome to <b>HCL Leap 9.3.2</b> in Kubernetes!</div> 
        ibm.nitro.NitroConfig.serverURI=http://myleapserver.example.com
        ibm.nitro.NitroConfig.loginIdIsEmail = true
For more information, see Configuration properties.
Parent topic: Preparation