Add K8S deployment above Vagrant
[sdc.git] / sdc-os-chef / kubernetes / sdc / templates / secrets / sdc-cs-secret.yaml
1 ---
2 apiVersion: v1
3 kind: Secret
4 metadata:
5   name: sdc-cs-secret
6   namespace: onap-sdc
7 type: Opaque
8 data:
9     #application user
10     sdc_user: YXNkY191c2Vy
11     sdc_password: QWExMjM0JV4h
12     #default user:
13     cs_password: b25hcDEyMyNAIQ==
14