From aa49bf1741f80889507efebbc8d1f4baec1038b2 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 3 Dec 2020 20:04:41 +0500 Subject: [PATCH] Add item configuration file --- test/nextcloud/2.3.2/README.md | 35 ------------------------------ test/nextcloud/2.3.2/app-readme.md | 3 +++ test/nextcloud/item.yaml | 2 ++ 3 files changed, 5 insertions(+), 35 deletions(-) create mode 100644 test/nextcloud/2.3.2/app-readme.md create mode 100644 test/nextcloud/item.yaml diff --git a/test/nextcloud/2.3.2/README.md b/test/nextcloud/2.3.2/README.md index 6520e833a12..77ec115d17a 100644 --- a/test/nextcloud/2.3.2/README.md +++ b/test/nextcloud/2.3.2/README.md @@ -2,47 +2,12 @@ [nextcloud](https://nextcloud.com/) is a file sharing server that puts the control and security of your own data back into your hands. -## TL;DR; - -```console -helm repo add nextcloud https://nextcloud.github.io/helm/ -helm install my-release nextcloud/nextcloud -``` - ## Introduction This chart bootstraps an [nextcloud](https://hub.docker.com/_/nextcloud/) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the nextcloud application. -## Prerequisites - -- Kubernetes 1.9+ with Beta APIs enabled -- PV provisioner support in the underlying infrastructure - -## Installing the Chart - -To install the chart with the release name `my-release`: - -```console -helm repo add nextcloud https://nextcloud.github.io/helm/ -helm install my-release nextcloud/nextcloud -``` - -The command deploys nextcloud on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. - -> **Tip**: List all releases using `helm list` - -## Uninstalling the Chart - -To uninstall/delete the `my-release` deployment: - -```console -helm delete my-release -``` - -The command removes all the Kubernetes components associated with the chart and deletes the release. - ## Configuration The following table lists the configurable parameters of the nextcloud chart and their default values. diff --git a/test/nextcloud/2.3.2/app-readme.md b/test/nextcloud/2.3.2/app-readme.md new file mode 100644 index 00000000000..f2e78c31f9c --- /dev/null +++ b/test/nextcloud/2.3.2/app-readme.md @@ -0,0 +1,3 @@ +# nextcloud + +[nextcloud](https://nextcloud.com/) is a file sharing server that puts the control and security of your own data back into your hands. diff --git a/test/nextcloud/item.yaml b/test/nextcloud/item.yaml new file mode 100644 index 00000000000..f06426856f0 --- /dev/null +++ b/test/nextcloud/item.yaml @@ -0,0 +1,2 @@ +categories: + - productivity