Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Apr 3, 2024
1 parent 490d832 commit 89a0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitortests/node/kubeletselinuxlabels/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func selinuxPodSpec(name, namespace, nodeName string) *corev1.Pod {
HostPID: true,
Containers: []corev1.Container{
{
Image: image.LimitedShellImage(),
Image: image.ShellImage(),
ImagePullPolicy: corev1.PullIfNotPresent,
Name: name,
Command: []string{
Expand Down

0 comments on commit 89a0a83

Please sign in to comment.