Skip to content

Commit

Permalink
Comment for now untill workflow runs atleast once
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Feb 27, 2024
1 parent b9c5c84 commit bb528b8
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Leaseweb Cloudstck CSI Hem Charts
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release Charts](https://github.com/Leaseweb/cloudstack-csi-driver/actions/workflows/charts-release.yaml/badge.svg?branch=add-csi-charts) [![Releases downloads](https://img.shields.io/github/downloads/Leaseweb/cloudstack-csi-driver/total.svg)](https://github.com/Leaseweb/cloudstack-csi-driver/releases)
[![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.

Expand All @@ -14,10 +15,23 @@ 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)
<!-- ![Release Charts](https://github.com/Leaseweb/cloudstack-csi-driver/actions/workflows/release-charts.yml/badge.svg?branch=add-csi-charts) -->

0 comments on commit bb528b8

Please sign in to comment.