Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansel-Christopher committed Apr 28, 2024
1 parent ed002ea commit 484b022
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ Collection of Helm charts to deploy services on Kubernetes

## Repository Structure

This repository contains a collection of Helm charts for deploying various services on Kubernetes. The structure of the repository is organized to facilitate easy navigation and management of multiple charts. Here’s an overview of the repository structure:

### Directory Layout

- **charts/**: This directory contains all individual Helm charts, each in its own subdirectory.
- **service-chart/**: Helm chart for deploying the Password Generator API.
- **Chart.yaml**: The chart metadata file that includes information such as the chart version, dependencies, and a description of the chart.
- **values.yaml**: The default configuration values for the chart, which can be overridden during installation or upgrades.
- **templates/**: Kubernetes resource templates that the chart will render using values provided at runtime.
- **crds/**: Optional directory containing Custom Resource Definitions that need to be installed as part of the chart.
- **.helmignore**: A file that specifies patterns to ignore when packaging the chart.

- **.github/**: Contains GitHub Actions CI/CD workflows
Expand Down

0 comments on commit 484b022

Please sign in to comment.