X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fsubmgr%2Ftemplates%2Fdeployment.yaml;h=ff7599447941306e3c5950c1f0f89f2f08bd3139;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=2c66c7bf743b4ab8615cf056f95275a4dd9314cf;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml index 2c66c7bf..ff759944 100644 --- a/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml @@ -67,3 +67,15 @@ spec: - name: rmrdata containerPort: {{ include "common.serviceport.submgr.rmr.data" . }} protocol: TCP + volumeMounts: + - name: config-volume + mountPath: /cfg + volumes: + - name: config-volume + configMap: + name: submgrcfg + items: + - key: submgrcfg + path: submgr-config.yaml + mode: 0644 +