Integrate the R1 version of the xapp manager.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / templates / appenv.yaml
index 465f08c..5f6c8e7 100644 (file)
@@ -20,6 +20,5 @@ kind: ConfigMap
 metadata:
   name: {{ include "appmgr.fullname" . }}-appenv
 data:
-  {{- with .Values.appmgr.appenv }}
-    {{- toYaml . | nindent 2 }}
-  {{- end }}
+  {{- (.Files.Get "resources/appenv.yaml") | nindent 2 }}
+