1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00

Merge pull request #449 from nirmata/448_update_name

update name
This commit is contained in:
shuting 2019-11-06 16:44:12 -08:00 committed by GitHub
commit 9ad9689764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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