Merge "AAF cert dist for DMaaP DR"
[oom.git] / kubernetes / dmaap / components / message-router / templates / statefulset.yaml
index f6d6721..21524ef 100644 (file)
@@ -70,7 +70,7 @@ spec:
             timeoutSeconds: {{ .Values.readiness.timeoutSeconds }}
           env:
           - name: enableCadi
-            value: "true"
+            value: "{{ .Values.global.aafEnabled }}"
           volumeMounts:
           - mountPath: /etc/localtime
             name: localtime
@@ -88,7 +88,7 @@ spec:
             subPath: mykey
             name: mykey
           resources:
-{{ include "common.resources" . | indent 12 }}
+{{ include "common.resources" . }}
       volumes:
         - name: localtime
           hostPath: