mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
8 lines
166 B
YAML
Executable file
8 lines
166 B
YAML
Executable file
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: root-pod-from-trusted-registry
|
|
spec:
|
|
containers:
|
|
- image: ghcr.io/kyverno/test-verify-image:unsigned
|
|
name: kyverno
|