From 2760e2c154c2d6a0588170475b70aba456c84750 Mon Sep 17 00:00:00 2001 From: hanselchristopher <31442893+Hansel-Christopher@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:31:46 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7cb6d8c..29c9df1 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Collection of Helm charts to deploy services on Kubernetes ``` . - ├── **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. - │ └── **.helmignore**: A file that specifies patterns to ignore when packaging the chart. - ├── **.github/**: Contains GitHub Actions CI/CD workflows - └── **.gitignore**: Patterns to ignore when commiting files to Git repository + ├── 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. + │ └── .helmignore: A file that specifies patterns to ignore when packaging the chart. + ├── .github/: Contains GitHub Actions CI/CD workflows + └── .gitignore: Patterns to ignore when commiting files to Git repository ``` ## Usage