summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/charts/message-router/templates
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-10-17 16:25:50 -0400
committerGary Wu <gary.i.wu@huawei.com>2018-10-18 18:46:06 +0000
commit49aa92d85147311b26a50b59922d229e86329584 (patch)
treedd24c01cfc319af6908d3666bcf6ce92e7a598f3 /kubernetes/dmaap/charts/message-router/templates
parentfc677231787da26605d9c4d5fb1ecd9ff1150fec (diff)
enable/disable the AAF by a env variable
Issue-ID: DMAAP-849 Change-Id: I75f09cde311202d7e7991557607bb1b15935252e Signed-off-by: sunil unnava <sunil.unnava@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'kubernetes/dmaap/charts/message-router/templates')
-rw-r--r--kubernetes/dmaap/charts/message-router/templates/deployment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/dmaap/charts/message-router/templates/deployment.yaml b/kubernetes/dmaap/charts/message-router/templates/deployment.yaml
index 1798092eb4..4e12ded493 100644
--- a/kubernetes/dmaap/charts/message-router/templates/deployment.yaml
+++ b/kubernetes/dmaap/charts/message-router/templates/deployment.yaml
@@ -66,6 +66,9 @@ spec:
port: {{ .Values.service.externalPort }}
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
+ env:
+ - name: enableCadi
+ value: "false"
volumeMounts:
- mountPath: /etc/localtime
name: localtime