github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/policy.open-cluster-management.io/OperatorPolicy/testdata/progressing_no_status.yaml (about)

     1  apiVersion: policy.open-cluster-management.io/v1beta1
     2  kind: OperatorPolicy
     3  metadata:
     4    name: install-argocd
     5    generation: 1
     6    namespace: local-cluster
     7  spec:
     8    complianceConfig:
     9      catalogSourceUnhealthy: Compliant
    10      deploymentsUnavailable: NonCompliant
    11      upgradesAvailable: Compliant
    12    complianceType: musthave
    13    remediationAction: inform
    14    removalBehavior:
    15      clusterServiceVersions: Delete
    16      customResourceDefinitions: Keep
    17      operatorGroups: DeleteIfUnused
    18      subscriptions: Delete
    19    severity: high
    20    subscription:
    21      channel: alpha
    22      name: argocd-operator
    23      source: community-operators
    24      sourceNamespace: openshift-marketplace
    25    upgradeApproval: None
    26    versions: []