Skip to content

Commit

Permalink
fix: containerresources/samples unique metadata (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Peabody <[email protected]>

Co-authored-by: Rita Zhang <[email protected]>
  • Loading branch information
apeabody and ritazh authored May 23, 2022
1 parent 6432198 commit d6b0ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sRequiredResources
metadata:
name: container-must-have-limits-and-requests
name: container-must-have-cpu-requests-memory-limits-and-requests
spec:
match:
kinds:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sRequiredResources
metadata:
name: container-must-have-limits-and-requests
name: no-enforcements
spec:
match:
kinds:
Expand Down

0 comments on commit d6b0ede

Please sign in to comment.