X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Flcm%2Flcm-deployment.yaml;h=11c5baa6478a83ce0b99e51a8ec0789e6eda70a1;hb=refs%2Fchanges%2F45%2F13945%2F3;hp=e9bfd03fd8284badb2b24c783d0e4acf3c336a21;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/lcm/lcm-deployment.yaml b/installers/helm/osm/templates/lcm/lcm-deployment.yaml index e9bfd03f..11c5baa6 100644 --- a/installers/helm/osm/templates/lcm/lcm-deployment.yaml +++ b/installers/helm/osm/templates/lcm/lcm-deployment.yaml @@ -102,6 +102,9 @@ spec: name: osm-ca readOnly: true subPath: osm-ca.crt + - mountPath: /etc/ssl/lcm-client/ + name: lcm-client-cert + readOnly: true volumes: - name: osm-ca secret: @@ -110,6 +113,10 @@ spec: - key: tls.crt path: osm-ca.crt secretName: osm-ca + - name: lcm-client-cert + secret: + defaultMode: 420 + secretName: lcm-client-cert {{- with .Values.global.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}