mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-08 10:16:43 +00:00
* Initial checkin for recategorizing checks * Fix tests * Fix tests * Update example output
12 lines
286 B
YAML
12 lines
286 B
YAML
successMessage: Image pull policy is "Always"
|
|
failureMessage: Image pull policy should be "Always"
|
|
category: Reliability
|
|
target: Container
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
required:
|
|
- imagePullPolicy
|
|
properties:
|
|
imagePullPolicy:
|
|
const: Always
|