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)
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>

No differences found