commit | 45ea2f9c89ed54146b5f0343213a4e431671b623 | [log] [tgz] |
---|---|---|
author | Ajay Lotan Thakur <thakur.ajay@gmail.com> | Fri Jun 25 03:07:59 2021 -0500 |
committer | Ajay Thakur <thakur.ajay@gmail.com> | Fri Jul 02 15:56:23 2021 +0000 |
tree | 882736e3ba8a0237d390bd2f293d848521a2b3fb | |
parent | 93375f4556e7e8b10a406fea938cb7df706a4259 [diff] [blame] |
Setting network name to Aether Also config knob which tells if config is coming from configPod or helm chart Change-Id: Ib5178172b844e7c46d9a5ce7492307932879dde3
diff --git a/omec/5g-control-plane/templates/deployment-nssf.yaml b/omec/5g-control-plane/templates/deployment-nssf.yaml index b75cf8e..2cce254 100644 --- a/omec/5g-control-plane/templates/deployment-nssf.yaml +++ b/omec/5g-control-plane/templates/deployment-nssf.yaml
@@ -65,6 +65,10 @@ valueFrom: fieldRef: fieldPath: status.podIP + {{- if .Values.config.managedByConfigPod.enabled }} + - name: MANAGED_BY_CONFIG_POD + value: "true" + {{- end }} {{- if .Values.resources.enabled }} resources: {{ toYaml .Values.resources.nssf | indent 10 }}