homelab-gitops/management/platform-apps/kyverno-policies.yaml
gwg313 d3da92bbb8
add cicd exclude to resource limits
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-23 22:09:35 -04:00

20 lines
456 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kyverno-policies
namespace: argocd
annotations:
argoproj.io/sync-wave: "-5"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: platform/kyverno/policies
destination:
server: https://kubernetes.default.svc
namespace: kyverno
syncPolicy:
automated:
prune: true
selfHeal: true