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

pull/511/head^2
mwwolters 5 years ago committed by Liz Rice
parent d5a02f7cb4
commit 8276e521d4

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

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

Loading…
Cancel
Save