From d3a131ba509fc8684a2eb7d05c56e489342edd27 Mon Sep 17 00:00:00 2001 From: Chris Deutsch Date: Thu, 29 Aug 2024 14:08:58 -0700 Subject: [PATCH 1/2] docs: update clickhouse-backup docker args example --- Examples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Examples.md b/Examples.md index 395c5472..c8f3e7e0 100644 --- a/Examples.md +++ b/Examples.md @@ -184,10 +184,7 @@ spec: - name: clickhouse-backup image: altinity/clickhouse-backup:master imagePullPolicy: Always - command: - - bash - - -xc - - "/bin/clickhouse-backup server" + args: ["server"] env: - name: LOG_LEVEL value: "debug" From b1eb75b226bb173e801e3febc3f322fa81d4359f Mon Sep 17 00:00:00 2001 From: Chris Deutsch Date: Wed, 4 Sep 2024 13:36:02 -0700 Subject: [PATCH 2/2] docs: change master to latest in Examples.md --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index c8f3e7e0..a04707b6 100644 --- a/Examples.md +++ b/Examples.md @@ -182,7 +182,7 @@ spec: - clickhouse-server - --config-file=/etc/clickhouse-server/config.xml - name: clickhouse-backup - image: altinity/clickhouse-backup:master + image: altinity/clickhouse-backup:latest imagePullPolicy: Always args: ["server"] env: