From 3a0ccc440cb757f9645d5bc11db3be5f1d49c567 Mon Sep 17 00:00:00 2001 From: Arano-kai Date: Fri, 4 Oct 2024 10:42:56 +0300 Subject: [PATCH] fix: rh-1.0 check 4.1.3 typo (#1652) Co-authored-by: Arano-kai --- cfg/rh-1.0/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/rh-1.0/node.yaml b/cfg/rh-1.0/node.yaml index fb982d6f3..fb5a47324 100644 --- a/cfg/rh-1.0/node.yaml +++ b/cfg/rh-1.0/node.yaml @@ -48,7 +48,7 @@ groups: echo "No matching pods found on the current node." else # Execute the stat command - oc exec -n openshift-sdn "$POD_NAME" - stat -Lc "$i %n permissions=%a" /config/kube-proxy-config.yaml 2>/dev/null + oc exec -n openshift-sdn "$POD_NAME" -- stat -Lc "$i %n permissions=%a" /config/kube-proxy-config.yaml 2>/dev/null fi tests: bin_op: or