github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/policy.open-cluster-management.io/CertificatePolicy/testdata/healthy.yaml (about) 1 apiVersion: policy.open-cluster-management.io/v1 2 kind: CertificatePolicy 3 metadata: 4 name: policy-certificate 5 namespace: local-cluster 6 spec: 7 minimumDuration: 300h 8 namespaceSelector: 9 exclude: 10 - kube-* 11 include: 12 - default 13 - cert-manager-operator 14 remediationAction: inform 15 severity: low 16 status: 17 compliancyDetails: 18 cert-manager-operator: 19 message: | 20 Found 0 non compliant certificates in the namespace cert-manager-operator. 21 default: 22 message: | 23 Found 0 non compliant certificates in the namespace default. 24 compliant: Compliant