From 30a58816c347b15e0fb621fb156d8325e81e881b Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 10 Aug 2022 13:52:25 +0200 Subject: [PATCH 1/2] Link to docs for configuring an iop deployment --- README.md | 2 ++ revad/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index fdcdc7c..82be5ad 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Kubernetes Charts Repository for CS3ORG This reposity contains the official charts for CS3Org software, like Reva. +See also [configuring an iop deployment](https://developer.sciencemesh.io/docs/technical-documentation/iop/deployment/kubernetes/#configuring-an-iop-deployment). + The chart repository is available at [https://cs3org.github.io/charts](https://cs3org.github.io/charts). ## Working with this repo diff --git a/revad/README.md b/revad/README.md index e39630f..27b3388 100644 --- a/revad/README.md +++ b/revad/README.md @@ -9,6 +9,9 @@ Reva is an open source platform with two purposes: This chart creates a Reva deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. +See also [configuring an iop deployment](https://developer.sciencemesh.io/docs/technical-documentation/iop/deployment/kubernetes/#configuring-an-iop-deployment). + + ## Install To install the chart with the release name `my-reva`: From 24daa3708dda088836eca839e396dc7af4bb2c39 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Mon, 15 Aug 2022 11:17:43 +0200 Subject: [PATCH 2/2] move comment to example section in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82be5ad..ccb515f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Kubernetes Charts Repository for CS3ORG This reposity contains the official charts for CS3Org software, like Reva. -See also [configuring an iop deployment](https://developer.sciencemesh.io/docs/technical-documentation/iop/deployment/kubernetes/#configuring-an-iop-deployment). - The chart repository is available at [https://cs3org.github.io/charts](https://cs3org.github.io/charts). ## Working with this repo @@ -55,3 +53,5 @@ $ helm install custom-reva cs3org/revad \ --set service.http.port=20001 \ --set-file configFiles.revad\\.toml=custom-config.toml ``` + +See also [configuring an iop deployment](https://developer.sciencemesh.io/docs/technical-documentation/iop/deployment/kubernetes/#configuring-an-iop-deployment).