X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fdeployment.yaml;h=4a108900e2b0b71435add3b8db49a019a459c351;hb=5893fa9d751d3e00324b22dfbdea024722ab9272;hp=bcc8dc95dca1f1a10be64280f243c91321417ae3;hpb=4f9eafd85b51688708f6bf24e9334c532a331d8f;p=pti%2Fo2.git diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index bcc8dc9..4a10890 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -86,6 +86,9 @@ spec: mountPath: /configs/o2app.conf subPath: config.json readOnly: true + - name: smocacrt + mountPath: /configs/smoca.crt + subPath: config.json - name: watcher image: "{{ .Values.o2ims.image.repository }}:{{ .Values.o2ims.image.tag }}" command: ["/bin/bash", "/opt/o2watcher_start.sh"] @@ -161,10 +164,6 @@ spec: mountPath: /configs/server.key subPath: config.json readOnly: true - - name: smocacrt - mountPath: /configs/smoca.crt - subPath: config.json - readOnly: true - name: helmcli image: "{{ .Values.o2ims.image.repository }}:{{ .Values.o2ims.image.tag }}" ports: