Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 425 Bytes

Development

This directory contains various components for developing with GenAIInfra:

Helm Starter Chart

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>

NOTE

  1. The xxx-values.yaml in the helm chart will trigger helm chart CI. Please make sure it has proper configurations.