diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index bb0cd286542b26868cd87c259289802d3e155a00..c9b0ae3d3dbbab290a22ef4e611c1ef34b618e9b 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -759,8 +759,8 @@ groups:
       test_items:
       - flag: "--use-service-account-credentials"
         compare:
-          op: eq
-          value: true
+          op: noteq
+          value: false
         set: true
     remediation: |
       Edit the Controller Manager pod specification file $controllermanagerconf
diff --git a/cfg/1.13/master.yaml b/cfg/1.13/master.yaml
index c10ead728f7458eefa1abdd04e892acf7d7f32bb..8e5a52eb60d0a502583cf0656a9e053c10e80165 100644
--- a/cfg/1.13/master.yaml
+++ b/cfg/1.13/master.yaml
@@ -762,8 +762,8 @@ groups:
       test_items:
       - flag: "--use-service-account-credentials"
         compare:
-          op: eq
-          value: true
+          op: noteq
+          value: false
         set: true
     remediation: |
       Edit the Controller Manager pod specification file $controllermanagerconf