You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by tl...@apache.org on 2020/08/11 01:59:47 UTC

[incubator-sdap-nexus] 24/28: rabbitmq.enabled

This is an automated email from the ASF dual-hosted git repository.

tloubrieu pushed a commit to branch SDAP-268
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 2005217e49fe8007454f88336c70fd573a47ef47
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Wed Aug 5 12:31:25 2020 -0700

    rabbitmq.enabled
---
 helm/requirements.yaml | 2 +-
 helm/values.yaml       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index 725684c..78cc52e 100644
--- a/helm/requirements.yaml
+++ b/helm/requirements.yaml
@@ -6,7 +6,7 @@ dependencies:
   - name: rabbitmq
     version: 7.1.0
     repository: https://charts.bitnami.com/bitnami
-    condition: ingestion.enabled
+    condition: rabbitmq.enabled
   - name: solr
     version: 1.5.2
     repository: http://storage.googleapis.com/kubernetes-charts-incubator
diff --git a/helm/values.yaml b/helm/values.yaml
index 6cabd43..41b20bd 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -154,6 +154,7 @@ nginx-ingress:
 rabbitmq:
   ## fullnameOverride sets the name of the RabbitMQ service
   ## with which the ingestion components will communicate.
+  enabled: true
   persistence:
     storageClass: hostpath
   fullnameOverride: rabbitmq