[DMAAP][MR] Remove call to suppressed config map 68/121768/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 9 Jun 2021 09:35:28 +0000 (11:35 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 28 Jun 2021 12:01:06 +0000 (12:01 +0000)
When moving to automatic cert retrieval, a config map was suppressed.
But it's call in the statefulset was not.
This commit removes it also.

Issue-ID: OOM-2765
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I0e9dbc1a440a80eb182e8a52a7a7c1e59fcca72b

kubernetes/dmaap/components/message-router/components/message-router-kafka/templates/statefulset.yaml

index c16500e..48a2eb1 100644 (file)
@@ -230,11 +230,6 @@ spec:
       - name: docker-socket
         hostPath:
           path: /var/run/docker.sock
-      {{- if .Values.global.aafEnabled }}
-      - name: cadi
-        configMap:
-          name: {{ include "common.fullname" . }}-cadi-prop-configmap
-      {{ end }}
       - name: jaas
         configMap:
           name: {{ include "common.fullname" . }}-jaas-configmap