Merge "[GENERAL] Print helm binary used"
[oom.git] / kubernetes / dcaegen2 / templates / configmap.yaml
index 4a1877f..d595fee 100644 (file)
@@ -23,4 +23,20 @@ metadata:
   name: {{ include "common.release" . }}-dcae-expected-components
   namespace: {{ include "common.namespace" . }}
 data:
-{{ tpl (.Files.Glob "resources/*").AsConfig . | indent 2 }}
\ No newline at end of file
+{{ tpl (.Files.Glob "resources/*").AsConfig . | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: dcae-external-repo-configmap-schema-map
+  namespace: {{ include "common.namespace" . }}
+data:
+  {{ (.Files.Glob "resources/external/map/*").AsConfig | indent 2 }}
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: dcae-external-repo-configmap-sa88-rel16
+  namespace: {{ include "common.namespace" . }}
+data:
+  {{ (.Files.Glob "resources/external/schema/rel16/*").AsConfig | indent 2 }}