You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/09/17 17:39:26 UTC

[incubator-sdap-nexus] branch bug_fixes updated: Fixed typo

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 01e6362  Fixed typo
01e6362 is described below

commit 01e6362aa83f127794425c627e4e5ddde212488f
Author: Eamon Ford <ea...@gmail.com>
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!