added svcapi ui and camunda code
[it/otf.git] / otf-camunda / helm / otf-camunda / templates / secret.yaml
diff --git a/otf-camunda/helm/otf-camunda/templates/secret.yaml b/otf-camunda/helm/otf-camunda/templates/secret.yaml
new file mode 100644 (file)
index 0000000..52438d2
--- /dev/null
@@ -0,0 +1,10 @@
+apiVersion: v1\r
+kind: Secret\r
+metadata:\r
+  name: {{ .Values.appName}}\r
+type: Opaque\r
+data:\r
+  mongo_username: {{ .Values.otf.mongo.username | b64enc}}\r
+  mongo_password: {{ .Values.otf.mongo.password | b64enc}}\r
+  camunda_db_username: {{ .Values.otf.camunda.db.username | b64enc}}\r
+  camunda_db_password: {{ .Values.otf.camunda.db.password | b64enc}}
\ No newline at end of file