FLOW platform-policies chart
Find a file
2026-07-09 16:20:58 +02:00
chart EN-2974 reporting policy for unsigned images coming from Watermanagement harbor repositories 2026-07-09 16:20:58 +02:00
.editorconfig EN-251 automatically add egress proxy vars 2024-07-25 14:27:48 +02:00
.gitignore update chart name 2025-02-07 09:30:14 +01:00
.gitlab-ci.yml EN-2974 reporting policy for unsigned images coming from Watermanagement harbor repositories 2026-07-09 16:20:58 +02:00
README.md EN-2994 Add reporting policies on running as root and not dropping Linux capabilities in pods 2026-06-22 11:45:22 +02:00
renovate.json feat: Create actual chart 2025-02-07 09:13:43 +01:00

policies

This repository contains all of our common Kyverno policies.

add-egress-proxy

Injects the egress proxy vars in environments which request it by a special annotation

set-application-compare-options

Mutate Argo CD application resources to take into account mutating webhooks when doing the server side diff https://argo-cd.readthedocs.io/en/stable/user-guide/diff-strategies/#mutation-webhooks

validating-no-capabilities

Check for pods to drop capabilities and report if this is not the case

validating-non-root

Check for pods to run without root context and report if this is not the case