X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fdeployment.yaml;h=29e387f07bb232e8327185eb66d52cbf231c7250;hb=refs%2Fchanges%2F20%2F12920%2F3;hp=72e35800d3a1e12fb392032faac81eb64d01d294;hpb=f86db0cb8f06d0561575582fdcd38dacae16bac4;p=pti%2Fo2.git diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 72e3580..29e387f 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -179,6 +179,9 @@ spec: mountPath: /configs/server.key subPath: config.json readOnly: true + - name: smocacrt + mountPath: /configs/smoca.crt + subPath: config.json {{- if .Values.o2dms.helm_cli_enable }} - name: helmcli image: "{{ .Values.o2ims.images.tags.o2service }}"