Skip to content

Commit

Permalink
docs: add group and version to audit status violations (open-policy-a…
Browse files Browse the repository at this point in the history
…gent#2134)

Signed-off-by: Christoph Fraundorfer <christoph.fraundorfer@allianzdirect.de>
  • Loading branch information
ritazh authored and ChrisFraun committed Jul 6, 2022
1 parent 465a4fd commit 626fc2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,26 @@ status:
enforced: true
violations:
- enforcementAction: deny
group: ""
version: v1
kind: Namespace
message: 'you must provide labels: {"gatekeeper"}'
name: default
- enforcementAction: deny
group: ""
version: v1
kind: Namespace
message: 'you must provide labels: {"gatekeeper"}'
name: gatekeeper-system
- enforcementAction: deny
group: ""
version: v1
kind: Namespace
message: 'you must provide labels: {"gatekeeper"}'
name: kube-public
- enforcementAction: deny
group: ""
version: v1
kind: Namespace
message: 'you must provide labels: {"gatekeeper"}'
name: kube-system
Expand Down

0 comments on commit 626fc2e

Please sign in to comment.