1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 18:38:40 +00:00

- rename example

- add link to examples from docs section
This commit is contained in:
Jim Bugwadia 2019-06-03 15:10:49 -04:00
parent 53a395f013
commit 44a2282ad8
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ Tools like [Kustomize](https://github.com/kubernetes-sigs/kustomize) can be used
* [Testing Policies](documentation/testing-policies.md)
* [Using kubectl](documentation/testing-policies.md#Test-using-kubectl)
* [Using the Kyverno CLI](documentation/testing-policies.md#Test-using-the-Kyverno-CLI)
* [Examples](examples/)
## Roadmap

View file

@ -1,10 +1,10 @@
apiVersion : kyverno.io/v1alpha1
kind: Policy
metadata:
name: check-whitelist-registries
name: check-registries
spec:
rules:
- name: check-whitelist-registries
- name: check-registries
resource:
kinds:
- Deployment