summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-10-31 22:02:50 +0000
committerdglFromAtt <dgl@research.att.com>2018-10-31 22:03:46 +0000
commitce0f3b66fb6597d1f2da4159d2d14d066a54cb84 (patch)
tree6f01d7887ce3f66d73d6ce333003464390749d69 /kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
parent7586f977deaa8cb00295545e7de3a537ba113441 (diff)
Use fixed namespace for topics in Casablanca
Change-Id: I19928cb9ad91e4281ce894191d2813243cf49c2b Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: OOM-1491
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml')
-rw-r--r--kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml b/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
index 2f6bef8059..0483ce5db2 100644
--- a/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
+++ b/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
@@ -42,6 +42,11 @@ topicMgrPwd: demo123456!
adminUser: aaf_admin@people.osaaf.org
adminPwd: demo123456!
+# for Casablanca default deployment, leave this true to
+# get a topic namespace that matches MR. When set to false,
+# it will compose the topic namespace using the kubernetes namespace value
+fixedTopicNamespace: true
+
nodeSelector: {}
affinity: {}