Let straightforward `vidkeystorepassword` setting in values.yaml 83/99583/1
authorIttay Stern <ittay.stern@att.com>
Thu, 12 Dec 2019 14:55:01 +0000 (16:55 +0200)
committerIttay Stern <ittay.stern@att.com>
Thu, 12 Dec 2019 17:10:58 +0000 (19:10 +0200)
commit479b73d878468eb980bc436368263b42344147be
tree16efdcc5042e6edf4d7cf446c82ae974dfbccb9e
parentca8f3583c919bc5ce2d66c7f783f7dce4cf5a955
Let straightforward `vidkeystorepassword` setting in values.yaml

The value of vidkeystorepassword is plugged as environment variable
VID_KEYSTORE_PASSWORD. (see commit 7a3e2594; change-id:
Ibf52542344ecf79fb947858329f37018731d2270)

Now CATALINA_OPTS will be evaluated when container is started, with
the actual value of VID_KEYSTORE_PASSWORD env variable.

This fixes the issue where CATALINA_OPTS is evaluated at Docker
build time, with a static VID_KEYSTORE_PASSWORD value.

Issue-ID: VID-494
Issue-ID: VID-650

Change-Id: Ife2a2e92b3745691cc45590d1afd1688d918048f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
deliveries/src/main/docker/docker-files/Dockerfile
deliveries/src/main/scripts/localize.sh