diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-10-17 16:25:50 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-18 18:46:06 +0000 |
commit | 49aa92d85147311b26a50b59922d229e86329584 (patch) | |
tree | dd24c01cfc319af6908d3666bcf6ce92e7a598f3 /kubernetes/dmaap/charts/message-router/templates/deployment.yaml | |
parent | fc677231787da26605d9c4d5fb1ecd9ff1150fec (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/deployment.yaml')
-rw-r--r-- | kubernetes/dmaap/charts/message-router/templates/deployment.yaml | 3 |
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 |