forked from apalia/cloudstack-csi-driver
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Farnaz Babaeian
committed
Feb 27, 2024
0 parents
commit b632139
Showing
2 changed files
with
40 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,37 @@ | ||
# Leaseweb Cloudstck CSI Hem Charts | ||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Releases downloads](https://img.shields.io/github/downloads/Leaseweb/cloudstack-csi-driver/total.svg)](https://github.com/Leaseweb/cloudstack-csi-driver/releases) | ||
|
||
<!-- ![Release Charts](https://github.com/Leaseweb/cloudstack-csi-driver/actions/workflows/charts-release.yaml/badge.svg?branch=main) --> | ||
|
||
This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features. | ||
|
||
## Usage | ||
|
||
[Helm](https://helm.sh) must be installed to use the charts. | ||
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. | ||
|
||
Once Helm is set up properly, add the repository as follows: | ||
|
||
```console | ||
helm repo add cloudstack-csi https://leaseweb.github.io/cloudstack-csi-driver | ||
``` | ||
### Add repo | ||
|
||
```console | ||
helm repo add csi https://leaseweb.github.io/cloudstack-csi-driver | ||
helm repo update | ||
``` | ||
|
||
### Install CloudStack CSI chart | ||
|
||
```console | ||
helm install cloudstack-csi cloudstack-csi/cloudstack-csi | ||
``` | ||
|
||
## License | ||
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. --> | ||
[Apache 2.0 License](https://github.com/Leaseweb/cloudstack-csi-driver/blob/master/LICENSE). | ||
|
||
## Helm charts build status | ||
|
||
<!-- ![Release Charts](https://github.com/Leaseweb/cloudstack-csi-driver/actions/workflows/release-charts.yml/badge.svg?branch=add-csi-charts) --> |
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,3 @@ | ||
theme: jekyll-theme-cayman | ||
title: 'Leaseweb Cloudstck CSI Hem Charts' | ||
subtitle: 'Provides a Container Storage Interface (CSI) plugin for Apache CloudStack.' |