Files
polaris/checks/pullPolicyNotAlways.yaml
2019-12-23 16:19:57 +00:00

14 lines
331 B
YAML

name: PullPolicyNotAlways
id: pullPolicyNotAlways
successMessage: Image pull policy is "Always"
failureMessage: Image pull policy should be "Always"
category: Images
target: Container
schema:
'$schema': http://json-schema.org/draft-07/schema
required:
- imagePullPolicy
properties:
imagePullPolicy:
const: Always