diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2024-01-24 11:59:44 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-01-29 19:58:37 +0000 |
commit | a1bd50c7a2c2c2d69d92cef167a64a1a5ddc4af7 (patch) | |
tree | f66cbd0b7848dac6789369e2fe9a73f08888e638 /extras/hs-test/topo-containers/nginxProxyAndServer.yaml | |
parent | af1ddd39f1f5fa6a00e70356bac2b0bd38f76566 (diff) |
hs-test: use relative paths for docker volumes
Type: test
Change-Id: I9d5c15662e50ceea08d2ccc653db36c5e3df869e
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers/nginxProxyAndServer.yaml')
-rw-r--r-- | extras/hs-test/topo-containers/nginxProxyAndServer.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml index bac6a2df174..cc6b780bafc 100644 --- a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml +++ b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml @@ -1,7 +1,7 @@ --- volumes: - volume: &shared-vol-proxy - host-dir: /tmp/shared-vol-proxy + host-dir: "$HST_VOLUME_DIR/shared-vol-proxy" containers: - name: "vpp-proxy" |