This repository contains the code to deploy the 2i2c FRX Challenges helm chart for the segmentation challenge.
You can install the chart by running the deployer
script like:
- Install the support chart:
python3 deployer.py support --namespace=support
- Install the app chart:
-
For staging:
python3 deployer.py app --namespace=staging
-
For production:
python3 deployer.py app --namespace=prod
- You can also use the
--dry-run
flag to see the generated manifests without applying them. - You can use the
--debug
flag to see the helm command being run.