added svcapi ui and camunda code
[it/otf.git] / otf-camunda / helm / otf-camunda / templates / secret.yaml
1 apiVersion: v1\r
2 kind: Secret\r
3 metadata:\r
4   name: {{ .Values.appName}}\r
5 type: Opaque\r
6 data:\r
7   mongo_username: {{ .Values.otf.mongo.username | b64enc}}\r
8   mongo_password: {{ .Values.otf.mongo.password | b64enc}}\r
9   camunda_db_username: {{ .Values.otf.camunda.db.username | b64enc}}\r
10   camunda_db_password: {{ .Values.otf.camunda.db.password | b64enc}}