X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fdocker%2Fosm_pods%2Flcm.yaml;h=3e5a271d0613611db3cd9594aa7598cd7e35c298;hb=0d4965fd608302f2cc2d08455eaf769fc60afbcf;hp=547251898a8fb1b357a6d539c79fe6f1a6f07a48;hpb=0cdfb57951187cc077418f6d76976469ff72b691;p=osm%2Fdevops.git diff --git a/installers/docker/osm_pods/lcm.yaml b/installers/docker/osm_pods/lcm.yaml index 54725189..3e5a271d 100644 --- a/installers/docker/osm_pods/lcm.yaml +++ b/installers/docker/osm_pods/lcm.yaml @@ -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