diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-11-30 12:48:44 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2017-11-30 18:39:59 +0000 |
commit | f456f4651e145797af840aa2b4c296ab20729692 (patch) | |
tree | e3c0739b1b60e2d3a1932ce0d88ea2f0f139fab0 /kubernetes/vid/templates | |
parent | c00c687517d3d764378f54775f0b6a664c1ca221 (diff) |
Fix VID to MSO password
Change-Id: I33edd09472a96405859e87549650ce451f330469
Issue-ID: OOM-477
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/vid/templates')
-rw-r--r-- | kubernetes/vid/templates/vid-server-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vid/templates/vid-server-deployment.yaml b/kubernetes/vid/templates/vid-server-deployment.yaml index d015135567..1c0321833b 100644 --- a/kubernetes/vid/templates/vid-server-deployment.yaml +++ b/kubernetes/vid/templates/vid-server-deployment.yaml @@ -59,7 +59,7 @@ spec: - name: VID_MSO_SERVER_URL value: http://mso.{{ .Values.nsPrefix }}-mso:8080 - name: VID_MSO_PASS - value: 51515201a8d4c5c08d533db9bd1e1a9b + value: OBF:1ih71i271vny1yf41ymf1ylz1yf21vn41hzj1icz - name: MSO_DME2_SERVER_URL value: http://localhost:8081 - name: MSO_DME2_ENABLED |