github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/rabbitmq.com/RabbitmqCluster/testdata/degraded_badconfig.yaml (about)

     1  apiVersion: rabbitmq.com/v1beta1
     2  kind: RabbitmqCluster
     3  metadata:
     4    labels:
     5      app: example-rabbitmq
     6    name: example-rabbitmq
     7    namespace: example
     8  spec:
     9    image: docker.io/bitnami/rabbitmq:3.10.7-debian-11-r8
    10    persistence:
    11      storage: 32Gi
    12      storageClassName: default
    13    rabbitmq:
    14    replicas: 3
    15    resources:
    16      limits:
    17        cpu: 250m
    18        memory: 1792Mi
    19      requests:
    20        cpu: 250m
    21        memory: 1792Mi
    22    service:
    23      type: ClusterIP
    24    foo: bar
    25  status:
    26    conditions:
    27    - lastTransitionTime: "2023-08-30T07:44:39Z"
    28      message: Unknown 'foo' parameter
    29      reason: Initializing
    30      status: "False"
    31      type: ReconcileSuccess