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
commit 313fd4da720e5112227806b617621fe266dcaf04 Author: Eamon Ford <[email protected]> AuthorDate: Thu Sep 17 10:39:11 2020 -0700 Fixed typo --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 8f1efda..5405c0f 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -75,7 +75,7 @@ ingestion: ## ref: https://github.com/apache/incubator-sdap-ingester/tree/dev/collection_manager#the-collections-configuration-file ## Either localDir should be set, or the git options, but not both. collections: - createCrd: True + createCrd: true ## Load the Collections Config file from a local path ## This is a future option that is not yet supported!
