diff options
author | Maros Ondrejicka <maros.ondrejicka@pantheon.tech> | 2022-12-20 15:10:50 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-01-11 19:21:49 +0000 |
commit | f719adfa8970d2e530b0303889d2bbee7cf859db (patch) | |
tree | 26959a4c2306c0ff61e3dfd37f4c5354758ef0ac /extras/hs-test/go.sum | |
parent | c04d8c41d151c82559ddcb90aef3f6dea994b4e9 (diff) |
hs-test: use anchors in yaml config files
Volumes can be referenced with anchors to reduce text duplication
and to explicitly show which containers share a volume.
Type: test
Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
Change-Id: Id408a78262573b3faf2257c32bfa569eca2e2049
Diffstat (limited to 'extras/hs-test/go.sum')
-rw-r--r-- | extras/hs-test/go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/hs-test/go.sum b/extras/hs-test/go.sum index 13cd56c20b0..e08a0d5043d 100644 --- a/extras/hs-test/go.sum +++ b/extras/hs-test/go.sum @@ -141,3 +141,5 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= |