mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
commit
9ad9689764
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: "kyverno.io/v1alpha1"
|
||||
kind: "ClusterPolicy"
|
||||
metadata:
|
||||
name: "annotate-emptyDir"
|
||||
name: "annotate-emptydir"
|
||||
annotations:
|
||||
policies.kyverno.io/category: AutoScaling
|
||||
policies.kyverno.io/description:
|
||||
|
|
|
@ -6,7 +6,7 @@ expected:
|
|||
mutation:
|
||||
patchedresource: test/output/pod-with-emptydir.yaml
|
||||
policyresponse:
|
||||
policy: annotate-emptyDir
|
||||
policy: annotate-emptydir
|
||||
resource:
|
||||
kind: Pod
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Add table
Reference in a new issue