X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;h=f5c9a1f8f0871454d17e152e2ce763743a0834bc;hb=0dadfa511e392c41226d33e88f50adb27860830c;hp=a4fafa525426d25b57b11a2b866a3fe824985999;hpb=e18c48033c5f2ca8936710cc099c97b049859afd;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/deployment.yaml b/helm/e2mgr/templates/deployment.yaml index a4fafa5..f5c9a1f 100644 --- a/helm/e2mgr/templates/deployment.yaml +++ b/helm/e2mgr/templates/deployment.yaml @@ -45,14 +45,6 @@ spec: hostname: {{ include "common.name.e2mgr" . }} imagePullSecrets: - name: {{ include "common.dockerregistry.credential" $imagectx }} - initContainers: - - name: redis-init - image: "redis" - command: - - "/bin/sh" - args: - - '-c' - - "redis-cli -h {{ include "common.servicename.dbaas.tcp" . }} -p {{ include "common.serviceport.dbaas.redis" . }} SETNX \"{e2Manager},GENERAL\" \"{\\\"enableRic\\\":true}\"" containers: - name: {{ include "common.containername.e2mgr" . }} image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.e2mgr.image.name }}:{{ .Values.e2mgr.image.tag }}