mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
- add long description
- add footer CTA
This commit is contained in:
parent
a624cf97d4
commit
2b1c95d8b8
4 changed files with 11 additions and 1 deletions
|
@ -7,6 +7,11 @@ relativeURLs=true
|
|||
|
||||
[params]
|
||||
description = "Kubernetes Native Policy Management"
|
||||
long_description = '''
|
||||
Manage policies as Kuberneres resources using YAML or JSON. Easily validate,
|
||||
mutate, or generate Kubernetes resources. Match resources based on label selectors
|
||||
and wildcards. View policy results as events, and policy violations as events or
|
||||
in policy status.'''
|
||||
author_name = "Nirmata"
|
||||
author_url = "http://nirmata.com"
|
||||
project_url = "http://github.com/nirmata/kube-policy/"
|
||||
|
|
|
@ -17,3 +17,8 @@
|
|||
* Kubernetes events for resource changes and policy enforcement
|
||||
|
||||
* Test policy changes using kubectl
|
||||
|
||||
|
||||
<p style="margin-top: 30px; margin-left:15px; font-size: 125%;">
|
||||
Ready for more? <a href="https://github.com/nirmata/kube-policy/blob/master/README.md">Read the docs</a>, <a href="https://github.com/nirmata/kube-policy/blob/master/README.md">write a policy</a>, or <a href="https://github.com/nirmata/kube-policy/blob/master/README.md">try Kyverno in your cluster</a>!
|
||||
</p>
|
Binary file not shown.
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 248 KiB |
|
@ -1 +1 @@
|
|||
Subproject commit 0f5cb1a9b49f13b9006fe00ea28f3c8c23b4c7cd
|
||||
Subproject commit 691c627f3d475b1a5f8cba4fb84fd14132ae3695
|
Loading…
Add table
Reference in a new issue