Feature 10947 Cert-manager installation for gRPC authentication
[osm/devops.git] / installers / docker / osm_pods / lcm.yaml
index 5472518..3e5a271 100644 (file)
@@ -60,3 +60,16 @@ spec:
         envFrom:
         - secretRef:
             name: lcm-secret
+        volumeMounts:
+        - mountPath: /etc/ssl/certs/osm-ca.crt
+          name: osm-ca
+          readOnly: true
+          subPath: osm-ca.crt
+      volumes:
+      - name: osm-ca
+        secret:
+          defaultMode: 420
+          items:
+          - key: tls.crt
+            path: osm-ca.crt
+          secretName: osm-ca