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/08/10 18:12:49 UTC

[incubator-sdap-nexus] branch bug_fixes updated: turn off configmap by default

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 76711f6  turn off configmap by default
76711f6 is described below

commit 76711f6cf5a2f12da116d2ea7d78946715fe6b6a
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Mon Aug 10 11:12:39 2020 -0700

    turn off configmap by default
---
 helm/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/values.yaml b/helm/values.yaml
index 715bb78..4c7bca4 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -78,7 +78,7 @@ ingestion:
 
     ## Load the Collections Config file from a local path
     ## This is a future option that is not yet supported!
-    configMap: collections-config
+    #configMap: collections-config
 
     ## Load the Collections Config file from a git repository
     ## Until localDir is supported, this configuration is mandatory