Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-configmap2.yaml
 #  ============LICENSE_END=================================================
 #
 
-nrtpmlog:
-  clientsecret: fwbKl26FccceE4godFW8Hkdi5Wi4Lhke
\ No newline at end of file
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: logback
+  namespace: nonrtric
+
+data:
+{{ (.Files.Glob "config/logback.xml").AsConfig | nindent 2 }}