-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sanket <[email protected]>
- Loading branch information
1 parent
f22c5f4
commit 17618ca
Showing
3 changed files
with
3,675 additions
and
3,704 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
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,30 @@ | ||
# infracloud-dashboards | ||
|
||
A helm chart to deploy the [InfraCloud Dashboards](https://github.com/infracloudio/charts/tree/main/charts/infracloud-dashboards/grafana-dashboards) from InfraCloud. We have forked few original dashboards from community and added few customizations to make it work with our setup. | ||
|
||
## Setup Helm Repository | ||
|
||
```bash | ||
helm repo add infracloud-charts https://infracloudio.github.io/charts | ||
helm repo update | ||
``` | ||
|
||
See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation. | ||
|
||
## Installing the Chart | ||
|
||
To install the chart with the release name `infracloud-dashboards`: | ||
|
||
```bash | ||
helm install infracloud-dashboards infracloud-charts/infracloud-dashboards | ||
``` | ||
|
||
## Uninstalling the Chart | ||
|
||
To uninstall the `infracloud-dashboards` deployment: | ||
|
||
```bash | ||
helm uninstall infracloud-dashboards | ||
``` | ||
|
||
The command removes all the Kubernetes components associated with the chart and deletes the release. |
Oops, something went wrong.