Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
This policy validates that all containers have something specified for memory and CPU
requests and memory limits.
spec:
validationFailureAction: Audit
validationFailureAction: audit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this changed (audit is deprecated - should be Audit).

background: true
rules:
- name: validate-resources
Expand Down Expand Up @@ -49,4 +49,4 @@ spec:
memory: "?*"
cpu: "?*"
limits:
memory: "?*"
memory: "?*"