Configmap for the deployment 11/11111/1
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 16 May 2023 12:00:18 +0000 (12:00 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 16 May 2023 12:00:18 +0000 (12:00 +0000)
Config for the deployment of RICDMS.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Ida379b824f89b4d9642832f17f56da9c14eb1288

deployment/dms-config.yaml [new file with mode: 0644]

diff --git a/deployment/dms-config.yaml b/deployment/dms-config.yaml
new file mode 100644 (file)
index 0000000..d7ba84d
--- /dev/null
@@ -0,0 +1,25 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: kube-env
+data:
+  config: |
+    apiVersion: v1
+    clusters:
+    - cluster:
+        certificate-authority-data: <certificate>
+        server: https://<kube-ip>:<kube-port>
+      name: <name>
+    contexts:
+    - context:
+        cluster:<cluster-name>
+        user: <user>
+      name: <name>
+    current-context: <context>
+    kind: Config
+    preferences: {}
+    users:
+    - name: <name>
+      user:
+        client-certificate-data: <cliet-cert> 
+        client-key-data: <client-key-data>
\ No newline at end of file