Fix mount point for SCH tls-init container 14/104714/1
authorJack Lucas <jflucas@research.att.com>
Mon, 30 Mar 2020 20:06:13 +0000 (16:06 -0400)
committerJack Lucas <jflucas@research.att.com>
Mon, 30 Mar 2020 20:06:13 +0000 (16:06 -0400)
Issue-ID: DCAEGEN2-2177
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I470ba4fbcb0521069eda8b3296fe303c1b3c90b5

kubernetes/dcaegen2/components/dcae-servicechange-handler/templates/deployment.yaml

index eb20683..3d7b242 100644 (file)
@@ -65,7 +65,7 @@ spec:
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           resources: {}
           volumeMounts:
-            - mountPath: /opt/tls/shared
+            - mountPath: /opt/app/osaaf
               name: tls-info
       containers:
         - name: {{ include "common.name" . }}