X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;h=a4fafa525426d25b57b11a2b866a3fe824985999;hb=dbfb67cc5841f048b0989ed97d0ff7496e6322cf;hp=bb945f06961898f48618900261e5aebee5cc354f;hpb=d14e333bf6e5eac5a96dde13c6a52d601c9233f6;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/deployment.yaml b/helm/e2mgr/templates/deployment.yaml index bb945f0..a4fafa5 100644 --- a/helm/e2mgr/templates/deployment.yaml +++ b/helm/e2mgr/templates/deployment.yaml @@ -52,7 +52,7 @@ spec: - "/bin/sh" args: - '-c' - - "redis-cli -h {{ include "common.servicename.dbaas.tcp" . }} -p {{ include "common.serviceport.dbaas.redis" . }} SETNX \"{e2Manager},GENERAL\" \"{\"enableRic\":true}\"" + - "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 }}