This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch update-helm-readme
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/update-helm-readme by this
push:
new b6286e6 Update Helm chart README file to include missing property
b6286e6 is described below
commit b6286e63d184a7616eed1b79d77f912d1ff729f6
Author: Eamon Ford <[email protected]>
AuthorDate: Mon Jan 4 16:34:22 2021 -0800
Update Helm chart README file to include missing property
---
helm/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm/README.md b/helm/README.md
index aeb15d8..4a50aab 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -169,7 +169,8 @@ The following tables list the configurable parameters of
the NEXUS chart and the
| `ingestion.granules.s3.bucket` | An optional S3 bucket from which to
download granules for ingestion. If this is set, `ingestion.granules.nfsServer`
and `ingestion.granules.path` will be ignored.|`nil`|
| `ingestion.granules.awsCredsEnvs` | Environment variables containing AWS
credentials. This should be populated if `ingestion.granules.s3.bucket` is set.
See https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
for possible options.|`nil`|
| `ingestion.collections.createCrd` | Whether to automatically create the
`GitBasedConfig` CRD (custom resource definition). This CRD is only needed if
loading the Collections Config from a Git repository is enabled (i.e., only if
`ingestion.collections.git.url` is set).
-| `ingestion.collections.git.url` | URL to a Git repository containing a
[Collections
Config](https://github.com/apache/incubator-sdap-ingester/tree/dev/collection_manager#the-collections-configuration-file)
file. The file should be at the root of the repository. The repository URL
should be of the form `https://github.com/username/repo.git`. This property
must be configured if ingestion is enabled! | `nil`|
+| `ingestion.collections.configMap` | The name of the ConfigMap to use as
the [Collections
Config](https://github.com/apache/incubator-sdap-ingester/tree/dev/collection_manager#the-collections-configuration-file).
If this is set, then the Config Operator and its associated RBAC roles and CRD
will **not** be deployed. Correspondingly, if you do not want to use a Git
repository to store the Collections Config, this value should be set. | `nil`|
+| `ingestion.collections.git.url` | URL to a Git repository containing a
[Collections
Config](https://github.com/apache/incubator-sdap-ingester/tree/dev/collection_manager#the-collections-configuration-file)
file. The file should be at the root of the repository. The repository URL
should be of the form `https://github.com/username/repo.git`.| `nil`|
| `ingestion.collections.git.branch` | Branch to use when loading a
Collections Config file from a Git repository.| `master`|
| `ingestion.history.solrEnabled` | Whether to store ingestion history
in Solr, instead of in a filesystem directory. If this is set to `true`,
`ingestion.history.storageClass` will be ignored. | `true`|
| `ingestion.history.storageClass` | The storage class to use for
storing ingestion history files. This will only be used if
`ingestion.history.solrEnabled` is set to `false`. | `hostpath`|