From: Krzysztof Opasiak Date: Wed, 1 Apr 2020 09:59:44 +0000 (+0000) Subject: Update git submodules X-Git-Tag: 6.0.0-ONAP~1111 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3c26b5b7f98f38bd48913b7c36f9cfe76f0feae3;p=doc.git Update git submodules * Update docs/submodules/oom.git from branch 'master' to bf1af5c0a0caad1830bd2f56dded7d8d7fe35b3e - Merge "[COMMON] Allow to include filePaths as a reference to variable" - [COMMON] Allow to include filePaths as a reference to variable filePaths comes as a list and we didn't "fully support" passing this variable as a reference to other variable like we do in all other cases. Let's fix that and allow both constructs: secrets: - name: construct 1 type: generic filePaths: - file1 - file2 - name: construct 2 type: generic filePaths: '{{ .Values.fpaths }}' fpaths: | - file1 - file2 - '{{ include "templateThatGeneratesFileName" . }} Please note the | after : in fpaths. It means that from yaml point of view this is is a string. We need to do it this way because we pass this to tpl function and then we need to collect a proper list from it. Issue-ID: SO-2730 Signed-off-by: Krzysztof Opasiak Change-Id: I5a6b475366bfea4cd0995a7e530bf88cb8ad639e --- diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index fb0f5bfaf..bf1af5c0a 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit fb0f5bfaff8ba2b4897247e60a82b4ef28a5ca06 +Subproject commit bf1af5c0a0caad1830bd2f56dded7d8d7fe35b3e