Skip to content

Commit 633e85b

Browse files
authored
Update apparmor.md
1 parent f3e97aa commit 633e85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/security/apparmor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ discussed in [Setting up nodes with profiles](#setting-up-nodes-with-profiles).
132132

133133
```shell
134134
# This example assumes that node names match host names, and are reachable via SSH.
135-
NODES=($( kubectl get node -o jsonpath='{.items[].status.addresses[?(.type == "Hostname")].address}' ))
135+
NODES=($( kubectl get node -o jsonpath='{.items[*].status.addresses[?(.type == "Hostname")].address}' ))
136136
137137
for NODE in ${NODES[*]}; do ssh $NODE 'sudo apparmor_parser -q <<EOF
138138
#include <tunables/global>

0 commit comments

Comments
 (0)