adding vth code as well as aaf and cert config
[it/otf.git] / otf-robot-test-head / helm / otf-robot-test-head / templates / secret.yaml
diff --git a/otf-robot-test-head/helm/otf-robot-test-head/templates/secret.yaml b/otf-robot-test-head/helm/otf-robot-test-head/templates/secret.yaml
new file mode 100644 (file)
index 0000000..ac7c61b
--- /dev/null
@@ -0,0 +1,8 @@
+apiVersion: v1\r
+kind: Secret\r
+metadata:\r
+  name: {{ .Values.appName}}\r
+type: Opaque\r
+data:\r
+  mongo_username: {{ .Values.mongo.username | b64enc}}\r
+  mongo_password: {{ .Values.mongo.password | b64enc}}\r