github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/clickhouse-keeper.altinity.com/ClickHouseKeeperInstallation/testdata/progressing_inprogress.yaml (about)

     1  apiVersion: clickhouse-keeper.altinity.com/v1
     2  kind: ClickHouseKeeperInstallation
     3  metadata:
     4    name: test-clickhouse-keeper
     5    namespace: default
     6  spec:
     7    configuration:
     8      clusters:
     9      - name: cluster
    10        layout:
    11          shards:
    12          - name: shard
    13            replicas:
    14            - name: replica
    15              port: 9181
    16              template:
    17                spec:
    18                  containers:
    19                  - name: clickhouse-keeper
    20                    image: clickhouse/clickhouse-keeper:latest
    21  status:
    22    status: InProgress