MAIA_deploy_helm_chart script#
Script to deploy the MAIAKubeGate helm chart to a Kubernetes cluster. The target cluster is specified by setting KUBECONFIG
as an environment variable, while the configuration file for the chart is specified with config_file.
usage: MAIA_deploy_helm_chart [-h] --config-file CONFIG_FILE
[--print-helm-values-only PRINT_HELM_VALUES_ONLY]
[-v]
Named Arguments#
- --config-file
JSON configuration file used to generate the custom values used in the Helm chart.
- --print-helm-values-only
Flag to save the generated Helm values on the specified file and exit.
- -v, --version
show program’s version number and exit
Example call:
MAIA_deploy_helm_chart --config-file /PATH/TO/config_file.json