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:
parent
53a395f013
commit
44a2282ad8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue