Update git submodules
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 13 Mar 2020 15:34:38 +0000 (15:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 13 Mar 2020 15:34:38 +0000 (15:34 +0000)
* Update docs/submodules/oom.git from branch 'master'
  to 49a383dfd9078a83660b1727c6cc8ef6a9646b44
  - Merge "[COMMON] Allow special characters in postgress passwords"
  - [COMMON] Allow special characters in postgress passwords

    Postgres image that we are currently using uses sed to replace
    passwords placeholders with their actual values at startup time.
    This apprach is very fragile and leads to issues if & happens to be a
    part of password as it has a special meaning in sed.

    To fix this issue let's just extract the setup.sql file from the
    container and process it on our own in init container using envsubst
    and then mount it to the main container to be used.

    Issue-ID: OOM-2317
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Ifd51d8f0af0099958caa209185fb7a87a0480bd2

docs/submodules/oom.git

index 52b046a..49a383d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 52b046a351ce1551a338c1f9862366f45cf4929f
+Subproject commit 49a383dfd9078a83660b1727c6cc8ef6a9646b44