mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
9 lines
156 B
YAML
Executable file
9 lines
156 B
YAML
Executable file
apiVersion: kyverno.io/v1
|
|
kind: ClusterPolicy
|
|
metadata:
|
|
name: cpol-not-ready
|
|
status:
|
|
conditions:
|
|
- reason: Failed
|
|
status: "False"
|
|
type: Ready
|