Changed 1.3.3 to check that --use-service-account-credentials isn't set to false, but the flag is set (#442)

This commit is contained in:
mwwolters
2019-11-05 12:29:16 -08:00
committed by Liz Rice
parent d5a02f7cb4
commit 8276e521d4
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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