Add one-click deployment scripts and override file examples.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / templates / appenv.yaml
index a414461..465f08c 100644 (file)
@@ -20,6 +20,6 @@ kind: ConfigMap
 metadata:
   name: {{ include "appmgr.fullname" . }}-appenv
 data:
-  {{- with .Values.appenv }}
+  {{- with .Values.appmgr.appenv }}
     {{- toYaml . | nindent 2 }}
   {{- end }}