mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
* fix(policies): Add ability to configure skipBackgroundRequests Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> * fix: Drop trailing spaces to fix CI Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> --------- Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
23 lines
624 B
YAML
23 lines
624 B
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno-policies
|
|
version: v2.5.5
|
|
appVersion: v1.7.3
|
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
|
description: Kubernetes Pod Security Standards implemented as Kyverno policies
|
|
keywords:
|
|
- kubernetes
|
|
- nirmata
|
|
- policy agent
|
|
- validating webhook
|
|
- admissions controller
|
|
home: https://kyverno.io/policies/
|
|
sources:
|
|
- https://github.com/kyverno/policies
|
|
maintainers:
|
|
- name: kyverno-maintainers
|
|
email: cncf-kyverno-maintainers@lists.cncf.io
|
|
kubeVersion: ">=1.16.0-0"
|
|
annotations:
|
|
artifacthub.io/operator: "false"
|
|
artifacthub.io/prerelease: "false"
|