Skip to content

Commit

Permalink
Adding GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Feb 27, 2024
0 parents commit b632139
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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) -->
3 changes: 3 additions & 0 deletions _config.yaml
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.'

0 comments on commit b632139

Please sign in to comment.