Helm Chart Directory structure

 my-chart/

├── charts/
│   ├── dependency-chart1/
│   └── dependency-chart2/

├── templates/
│   ├── deployment.yaml
│   ├── service.yaml
│   ├── configmap.yaml
│   └── ...

├── values.yaml
├── Chart.yaml
├── requirements.yaml
├── values.schema.json
├── README.md
└── ...

Comments

Popular posts from this blog

Helm -Commands

Helm - WIth ArgoCD