summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/templates/ueb-deployment-configmap.yaml
diff options
context:
space:
mode:
authormayankg2703 <mayank.gupta@amdocs.com>2018-01-31 13:55:56 +0000
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-02-01 13:02:20 +0000
commit9a57f4dca77d6c62ff657b33bd381c82b75ef634 (patch)
tree9f7b044e87548e930e1df2c3af2b05c611827d01 /kubernetes/sdnc/templates/ueb-deployment-configmap.yaml
parentd524cdbf140e4aa20505bd350dd776b9e0fd70f8 (diff)
sdnc ueb config segrigation
Change-Id: Ie67e41f09dceb058d5b60f4ff90c4c819ec7387a Issue-ID: OOM-641 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/sdnc/templates/ueb-deployment-configmap.yaml')
-rw-r--r--kubernetes/sdnc/templates/ueb-deployment-configmap.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/sdnc/templates/ueb-deployment-configmap.yaml b/kubernetes/sdnc/templates/ueb-deployment-configmap.yaml
new file mode 100644
index 0000000000..4970de01b6
--- /dev/null
+++ b/kubernetes/sdnc/templates/ueb-deployment-configmap.yaml
@@ -0,0 +1,9 @@
+#{{ if not .Values.disableSdncUeb }}
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: sdnc-ueb-configmap
+ namespace: {{ .Values.nsPrefix }}-sdnc
+data:
+{{ tpl (.Files.Glob "resources/config/ueb/*").AsConfig . | indent 2 }}
+#{{ end }}