Files
kyverno-2026-example/03-mutation/02-sidecar/test-resources/pod-no-logging.yaml
2026-04-08 20:22:14 +07:00

15 lines
304 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: pod-no-logging
namespace: default
# нет аннотации logging.company.com/enabled — sidecar не добавится
spec:
containers:
- name: app
image: nginx:1.25.3
resources:
limits:
memory: "128Mi"
cpu: "100m"