X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Falarmadapter%2Ftemplates%2Fdeployment.yaml;h=9b82ff34c9d66190b224e96d31407a3581d4f226;hb=refs%2Fchanges%2F08%2F5008%2F1;hp=47e8e66e643460efc5aa54d08f86295d2d18e1ec;hpb=08315b5889636ea63eb3f543ee86e206fe85a9ac;p=ric-plt%2Fric-dep.git diff --git a/helm/alarmadapter/templates/deployment.yaml b/helm/alarmadapter/templates/deployment.yaml index 47e8e66..9b82ff3 100644 --- a/helm/alarmadapter/templates/deployment.yaml +++ b/helm/alarmadapter/templates/deployment.yaml @@ -53,6 +53,9 @@ spec: #args: ["-c", "while true; do echo hello; sleep 10;done"] command: ["/bin/sh"] args: ["-c", "/alarm-adapter -f /alarmadaptercfg/config-file.json"] + env: + - name: PLT_NAMESPACE + value: {{ include "common.namespace.platform" . }} envFrom: - configMapRef: name: {{ include "common.configmapname.alarmadapter" . }}-env