Skip to content

Commit

Permalink
chore: add missing chart README file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Sep 28, 2023
1 parent a654c33 commit ff737a1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions charts/app-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Helm Chart for app-dashboard

This Helm chart provides a way to deploy app-dashboard on Kubernetes cluster.
The chart includes the necessary configuration files, resources, and dependencies to deploy the component in an kubernetes environment.

## Prerequisites

To use this Helm chart, you must have the following:

- Kubernetes cluster version 1.16+
- Helm version 3+

## TL;DR

To install the Helm chart, use the following command:
`helm install app-dashboard .`

This will deploy the component to your Kubernetes cluster.

## Configuration

You can customize the configuration options amending `values.yaml` file and specifying your desired values.

## License
This project is licensed under the Apache License, Version 2.0. See the `LICENSE` file for more information.

0 comments on commit ff737a1

Please sign in to comment.