X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fdeployment.yaml;h=962c1d569e9da90edc7a09a122e26e8bb3428cd5;hb=116a47fff82b8c77036d07094cb71151d13bfe7f;hp=a1e45822ffffb7f424a6213120e574f4df07c343;hpb=29fa27bb53e2b4ff89f8ef61d0885df776bc14b1;p=pti%2Fo2.git diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index a1e4582..962c1d5 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -190,6 +190,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 }}"