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 4372f4e Readme
4372f4e is described below
commit 4372f4e480dfb0dc2e9bbe6ee7aaac75c128c91c
Author: Eamon Ford <[email protected]>
AuthorDate: Mon Dec 7 14:12:26 2020 -0600
Readme
---
helm/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm/README.md b/helm/README.md
index 9f2cfd5..be86fd5 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -256,7 +256,7 @@ what granules to ingest into which collections (or
"datasets"), and how. There a
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.
### Option 2: Store a File in Git
-Write a Collections Config YAML file, save it as `collections.yml`, and check
it into a Git repository under the root directory, and let Config Operator
create the ConfigMap for you.
+Write a Collections Config YAML file, save it as `collections.yml`, check it
into a Git repository under the root directory, and let the [Config
Operator](https://github.com/apache/incubator-sdap-ingester/tree/dev/config_operator)
create the ConfigMap for you.
The Config Operator will periodically read the YAML file from Git, and create
or update a ConfigMap with the contents of the file.
To enable this, set `ingestion.collections.git.url` to the Git URL of the
repository containing the Collections Config file.