X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fsubmgr%2Ftemplates%2Fdeployment.yaml;h=49db0ee22cc267ea519c9caa3924b128bec49a20;hb=dbbf31ae9bcdac04367bf8644a380c87ce155570;hp=c566073e3b61cf2723dc6e54e68a7e46ba1f81d6;hpb=e84a17179f570bce575f573a1ba79cd9e5e3ce9c;p=ric-plt%2Fric-dep.git diff --git a/helm/submgr/templates/deployment.yaml b/helm/submgr/templates/deployment.yaml index c566073..49db0ee 100644 --- a/helm/submgr/templates/deployment.yaml +++ b/helm/submgr/templates/deployment.yaml @@ -50,7 +50,8 @@ spec: - name: {{ include "common.containername.submgr" . }} image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.submgr.image.name }}:{{ .Values.submgr.image.tag }} imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $pullpolicyctx }} - command: ["/run_submgr.sh"] + command: ["/submgr"] + args: ["-f", "/cfg/submgr-config.yaml"] envFrom: - configMapRef: name: {{ include "common.configmapname.submgr" . }}-env @@ -77,4 +78,6 @@ spec: - key: submgrcfg path: submgr-config.yaml mode: 0644 - + - key: submgrutartg + path: submgr-uta-rtg.rt + mode: 0644