Skip to content

Commit

Permalink
test: fix vagrant yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hedibouattour authored and sknat committed Nov 15, 2023
1 parent 8b59b3e commit 9463f18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions yaml/components/vagrant-mounts/mounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
env:
- name: CALICOVPP_LOG_LEVEL
value: debug
- name: DEBUG
value: "false"
volumeMounts:
- name: repo-root
mountPath: /repo
Expand All @@ -46,11 +44,11 @@ spec:
- name: api-proxy-binary
hostPath:
type: File
path: /host-repo/calico-vpp-agent/cmd/felix-api-proxy
path: /host-repo/calico-vpp-agent/bin/felix-api-proxy
- name: agent-binary
hostPath:
type: File
path: /host-repo/calico-vpp-agent/cmd/calico-vpp-agent
path: /host-repo/calico-vpp-agent/bin/calico-vpp-agent
- name: vpp-root
hostPath:
type: Directory
Expand Down

0 comments on commit 9463f18

Please sign in to comment.