Add K8S deployment above Vagrant
[sdc.git] / sdc-os-chef / kubernetes / sdc / templates / secrets / sdc-cs-secret.yaml
index 2e63c60..ce1907f 100644 (file)
@@ -7,8 +7,8 @@ metadata:
 type: Opaque
 data:
     #application user
-    sdc_user: YXNkY191c2Vy
-    sdc_password: QWExMjM0JV4h
+    sdc_user: "{{ .Values.secrets.sdc_user }}"
+    sdc_password: "{{ .Values.secrets.sdc_password }}"
     #default user:
-    cs_password: b25hcDEyMyNAIQ==
+    cs_password: "{{ .Values.secrets.cs_password }}"