This directory contains various components for developing with GenAIInfra:
Use helm starter chart to create helm chart for new microservices for OPEA, e.g:
helm create <mychart> -p </absolute/path/to/helm-chart-starter>
- The
xxx-values.yaml
in the helm chart will trigger helm chart CI. Please make sure it has proper configurations.