-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add missing chart README file
- Loading branch information
1 parent
a654c33
commit ff737a1
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |