Creating Wrapper Image with Resources
For passing resources to Control Center Container such as database drivers, certificate files
etc., if wrapper image is used, then make the following changes in the configuration:
- Make persistentVolumeUserInputs.enabled as false.
- As database driver is inside /app/CC/user_inputs/ then give path as
ccArgs.dbDrivers as /app/CC/user_inputs/<driver file name>
If there are multiple drivers, then give all drivers with full path and comma separated.
- If keysore and truststore certificates are passed through wrapper image then give path
as:
ccArgs.keyStore as /app/CC/user_inputs/<Keystore file name>
andccArgs.trustStore as /app/CC/user_inputs/<TrustStore file name>