Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: Manik2708 <[email protected]>
  • Loading branch information
Manik2708 authored and rksharma95 committed Feb 7, 2025
1 parent 2eed620 commit ac1d5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
working-directory: tests/k8s_env
if: steps.filter.outputs.multiubuntu == 'true'
run: |
grep -rl "kubearmor/ubuntu-w-utils:latest" ./ | while read -r file; do sed -i 's/imagePullPolicy: Never/imagePullPolicy: Always/g' "$file"; done
grep -rl "kubearmor/ubuntu-w-utils:latest" ./ | while read -r file; do sed -i 's/imagePullPolicy: Always/imagePullPolicy: Never/g' "$file"; done
- name: Run KubeArmor
timeout-minutes: 7
Expand Down

0 comments on commit ac1d5f9

Please sign in to comment.