From commits-return-1103-archive-asf-public=cust-asf.ponee.io@sdap.apache.org Mon Dec 7 20:34:32 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D1E6618064F for ; Mon, 7 Dec 2020 21:34:32 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 4DD96657E9 for ; Mon, 7 Dec 2020 20:34:32 +0000 (UTC) Received: (qmail 68328 invoked by uid 500); 7 Dec 2020 20:34:31 -0000 Mailing-List: contact commits-help@sdap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sdap.apache.org Delivered-To: mailing list commits@sdap.apache.org Received: (qmail 68319 invoked by uid 99); 7 Dec 2020 20:34:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2020 20:34:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 54E0381ADE; Mon, 7 Dec 2020 20:34:31 +0000 (UTC) Date: Mon, 07 Dec 2020 20:34:31 +0000 To: "commits@sdap.apache.org" Subject: [incubator-sdap-nexus] branch bug_fixes updated: Readme MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160737327126.2206.6499001088747619109@gitbox.apache.org> From: eamonford@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-sdap-nexus X-Git-Refname: refs/heads/bug_fixes X-Git-Reftype: branch X-Git-Oldrev: 4372f4e480dfb0dc2e9bbe6ee7aaac75c128c91c X-Git-Newrev: fe3297f627bc85aac457f445c0a82675040488b9 X-Git-Rev: fe3297f627bc85aac457f445c0a82675040488b9 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. eamonford pushed a commit to branch bug_fixes in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git The following commit(s) were added to refs/heads/bug_fixes by this push: new fe3297f Readme fe3297f is described below commit fe3297f627bc85aac457f445c0a82675040488b9 Author: Eamon Ford AuthorDate: Mon Dec 7 14:34:19 2020 -0600 Readme --- helm/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/README.md b/helm/README.md index be86fd5..aeb15d8 100644 --- a/helm/README.md +++ b/helm/README.md @@ -250,7 +250,9 @@ See the [nginx-ingress Helm chart docs](https://github.com/helm/charts/tree/mast ## The Collections Config In order to ingest data into SDAP, you must write a Collections Config. This is a YAML-formatted configuration which defines -what granules to ingest into which collections (or "datasets"), and how. There are two ways to manage the Collections Config: +what granules to ingest into which collections (or "datasets"), and how. See the [Collections Manager docs](https://github.com/apache/incubator-sdap-ingester/tree/dev/collection_manager#the-collections-configuration-file) for information on the proper content and format of the Collections Config. + +There are two ways to manage the Collections Config: ### Option 1: Manually Create a ConfigMap Create a [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/) by hand, containing the collections config YAML under a key called `collections.yml`. Then set the Chart configuration option `ingestion.collections.configMap` to the name of the ConfigMap.