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/11/25 19:12:05 UTC

[incubator-sdap-nexus] 06/12: 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

commit d4a5d3fd1a08b3a50aaa068a3334c1b5c5dfc925
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!