Update git submodules
authorKonrad Bańka <k.banka@samsung.com>
Tue, 10 Mar 2020 16:59:12 +0000 (17:59 +0100)
committerGerrit Code Review <gerrit@onap.org>
Tue, 10 Mar 2020 16:59:12 +0000 (16:59 +0000)
commitea341497708a7fd1369f2bb28285c156104d0094
treeee5996b3efad93cb348b810f2867049ba7043b7d
parent384371c433cb505ea090cfdfe8127fc745b2bf89
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 251c38778c0c499cae61383720dd8b053b16b87e
  - Handle uncommon format of proper tar archive

    Provide proper handling of tar archives containing
    "current directory", but stored in format:
    ```
    .
    file2.txt
    dir1/
    dir1/file1.txt
    ```
    instead of typical:
    ```
    ./
    ./file2.txt
    ./dir1/
    ./dir1/file1.txt
    ```

    Issue-ID: MULTICLOUD-1025
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
    Change-Id: Ideffd019255a9f2d029527066e5a6a03d45a2d7b
docs/submodules/multicloud/k8s.git