diff --git a/test/nextcloud/2.3.2/README.md b/test/nextcloud/2.3.2/README.md index 6520e833a1..77ec115d17 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 0000000000..f2e78c31f9 --- /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 0000000000..f06426856f --- /dev/null +++ b/test/nextcloud/item.yaml @@ -0,0 +1,2 @@ +categories: + - productivity