I have created a config.yaml file that connects to my MCP server, and I have already validated it successfully using the NVIDIA AgentIQ Toolkit (nat) command line.
Now, I want to use this configuration within the AI-Q Blueprint Helm chart. I noticed there is an option to use existing config files from the config/ directory, but I do not see a way to specify an external or custom config file during Helm installation.
While I could manually copy the file into the aiq-backend container and use it from there, I would prefer a cleaner approach where the config file can be specified directly through Helm values at installation time.
Ideally, there should be a value that points to a custom config file, or an option to mount the file during deployment. Currently, I only see the following predefined configuration files available in the config/ directory:
CONFIG_FILE: configs/config_web_frag.yml
I would appreciate any guidance or recommended approach for handling custom configuration files in this setup.
I have created a config.yaml file that connects to my MCP server, and I have already validated it successfully using the NVIDIA AgentIQ Toolkit (nat) command line.
Now, I want to use this configuration within the AI-Q Blueprint Helm chart. I noticed there is an option to use existing config files from the config/ directory, but I do not see a way to specify an external or custom config file during Helm installation.
While I could manually copy the file into the aiq-backend container and use it from there, I would prefer a cleaner approach where the config file can be specified directly through Helm values at installation time.
Ideally, there should be a value that points to a custom config file, or an option to mount the file during deployment. Currently, I only see the following predefined configuration files available in the config/ directory:
CONFIG_FILE: configs/config_web_frag.yml
I would appreciate any guidance or recommended approach for handling custom configuration files in this setup.