Skip to content

Commit

Permalink
debug: check if containerd is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Redent0r committed May 9, 2024
1 parent 692031d commit 184ee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/kubernetes/tests_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ create_common_genpolicy_settings() {
set_namespace_to_policy_settings "${genpolicy_settings_dir}" "${TEST_CLUSTER_NAMESPACE}"

# allow genpolicy to access containerd without sudo
sudo chmod a+rw /var/run/containerd/containerd.sock
[ -e /var/run/containerd/containerd.sock ] && sudo chmod a+rw /var/run/containerd/containerd.sock
}

# If auto-generated policy testing is enabled, make a copy of the common genpolicy settings
Expand Down

0 comments on commit 184ee0c

Please sign in to comment.