mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +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)
|
* [Testing Policies](documentation/testing-policies.md)
|
||||||
* [Using kubectl](documentation/testing-policies.md#Test-using-kubectl)
|
* [Using kubectl](documentation/testing-policies.md#Test-using-kubectl)
|
||||||
* [Using the Kyverno CLI](documentation/testing-policies.md#Test-using-the-Kyverno-CLI)
|
* [Using the Kyverno CLI](documentation/testing-policies.md#Test-using-the-Kyverno-CLI)
|
||||||
|
* [Examples](examples/)
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
apiVersion : kyverno.io/v1alpha1
|
apiVersion : kyverno.io/v1alpha1
|
||||||
kind: Policy
|
kind: Policy
|
||||||
metadata:
|
metadata:
|
||||||
name: check-whitelist-registries
|
name: check-registries
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- name: check-whitelist-registries
|
- name: check-registries
|
||||||
resource:
|
resource:
|
||||||
kinds:
|
kinds:
|
||||||
- Deployment
|
- Deployment
|
Loading…
Add table
Reference in a new issue