Skip to content

Commit

Permalink
@mateiidavid's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Jan 25, 2024
1 parent 89c3415 commit fbfd2bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rust-toolchain
target/
1 change: 1 addition & 0 deletions .github/workflows/cni-plugin-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- cni-plugin/integration/run.sh
- cni-plugin/**
- cni-repair-controller/**
- justfile*

jobs:
cni-flannel-test:
Expand Down
2 changes: 1 addition & 1 deletion cni-repair-controller/integration/linkerd-cni-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# the full CNI config is ready and enter a failure mode
extraInitContainers:
- name: sleep
image: busybox
image: alpine:3.19.0
command: ["/bin/sh", "-c", "sleep 15"]

0 comments on commit fbfd2bc

Please sign in to comment.