I have added option to specify app-config.yaml contents in the values file for helm. This PR addresses issue #238
I have also kept the option to use a job to populate the config map contents in case it is necessary for certain workflows.
Documentation
appConfig value contains the contents of the app-config.yaml file
configWithJob value says whether the config map should be populated with a job (as it was until now), this option is set to false by default
Details
I have added option to specify app-config.yaml contents in the values file for helm. This PR addresses issue #238 I have also kept the option to use a job to populate the config map contents in case it is necessary for certain workflows.
Documentation
appConfig
value contains the contents of theapp-config.yaml
fileconfigWithJob
value says whether the config map should be populated with a job (as it was until now), this option is set to false by default