X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;h=446bb9e0441530f37e2fc5dc425683c6f17661a5;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=c10fa6b701b14544f86559b784ceac8338e83799;hpb=00599f878be182dc99e515e94b50f35b35956619;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml index c10fa6b7..446bb9e0 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml @@ -52,6 +52,9 @@ spec: - mountPath: /opt/E2Manager/router.txt name: local-router-file subPath: router.txt + - mountPath: /opt/E2Manager/resources/configuration.yaml + name: local-configuration-file + subPath: configuration.yaml envFrom: - configMapRef: name: {{ include "common.configmapname.e2mgr" . }}-env @@ -65,8 +68,11 @@ spec: stdin: true tty: true securityContext: - privileged: true + privileged: {{ .Values.e2mgr.privilegedmode}} volumes: - name: local-router-file configMap: name: {{ include "common.configmapname.e2mgr" . }}-router-configmap + - name: local-configuration-file + configMap: + name: {{ include "common.configmapname.e2mgr" . }}-configuration-configmap