Files
polaris/checks/hostNetwork.yaml
2019-12-20 17:33:52 +00:00

16 lines
338 B
YAML

name: HostNetworkSet
id: hostNetworkSet
successMessage: Host network is not configured
failureMessage: Host network should not be configured
category: Networking
controllers:
exclude: []
target: Pod
schema:
'$schema': http://json-schema.org/draft-07/schema
type: object
properties:
hostNetwork:
not:
const: true