Skip to content

Commit

Permalink
fix networky mtr test docker host network
Browse files Browse the repository at this point in the history
  • Loading branch information
sagostin committed Sep 27, 2024
1 parent 4a002ee commit 5f56cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ WORKDIR /app
# Copy the local package files to the container's workspace.
COPY . /app

# We need bash for some tests
RUN apk update && apk add bash

# Download all the dependencies
RUN go mod download

Expand Down
1 change: 1 addition & 0 deletions helm/netwatcher-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
labels:
app: netwatcher-agent
spec:
hostNetwork: true
containers:
- env:
- name: ENV_HOST
Expand Down

0 comments on commit 5f56cc9

Please sign in to comment.