Completely different way for manage config files for Cloudify Manager worker - for now values file contains parameters mainConfig and userConfig with templates for main config file (config.yaml) and user config file (userConfig.json) for CLoudify Manager worker. These templates will be rendered and copied into containers each time during pod launch/restart/etc (even if these configs already present on persistent volume). If you need to customize these config files you need to do it using helm values.
Added:
Parameter mainConfig with template of main config file for Cloudify Manager worker (config.yaml).
Parameter userConfig with template of user config file for Cloudify Manager worker (userConfig.json).
Added optional posibility to use already existing in k8s secrets for all passwords parameters, following parameters was added into helm values:
Changed:
Added: