From b43f2570544b3c5e2f54b4e0d92568004cf7b1d6 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 6 Nov 2024 10:38:05 -0800 Subject: [PATCH] Typo fix Signed-off-by: Derek Nola --- package/cfg/k3s-cis-1.9/policies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cfg/k3s-cis-1.9/policies.yaml b/package/cfg/k3s-cis-1.9/policies.yaml index ff0e15f9..4ee91f16 100644 --- a/package/cfg/k3s-cis-1.9/policies.yaml +++ b/package/cfg/k3s-cis-1.9/policies.yaml @@ -111,7 +111,7 @@ groups: -o custom-columns=N:.metadata.namespace,SA:.metadata.name,ASA:.automountServiceAccountToken --no-headers \ | while read -r namespace serviceaccount automountserviceaccounttoken do - if [ "${automountserviceaccounttoken}" == "" ]; then + if [ "${automountserviceaccounttoken}" = "" ]; then automountserviceaccounttoken="notset" fi if [ "${namespace}" != "kube-system" ] && [ "${automountserviceaccounttoken}" != "false" ]; then