From b6321392dd3f3e4f3ae9c80f704c412594661078 Mon Sep 17 00:00:00 2001 From: Farnaz Babaeian Date: Tue, 27 Feb 2024 10:54:16 +0100 Subject: [PATCH] Adding GitHub Pages --- README.md | 37 +++++++++++++++++++++++++++++++++++++ _config.yaml | 3 +++ 2 files changed, 40 insertions(+) create mode 100644 README.md create mode 100644 _config.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..b804844 --- /dev/null +++ b/README.md @@ -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) + + + +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 + +[Apache 2.0 License](https://github.com/Leaseweb/cloudstack-csi-driver/blob/master/LICENSE). + +## Helm charts build status + + \ No newline at end of file diff --git a/_config.yaml b/_config.yaml new file mode 100644 index 0000000..ab8f53e --- /dev/null +++ b/_config.yaml @@ -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.' \ No newline at end of file