Skip to content

Commit

Permalink
Merge pull request #1000 from christopherdeutsch/deutsch/example_dock…
Browse files Browse the repository at this point in the history
…er_args

docs: update clickhouse-backup docker args example
  • Loading branch information
Slach authored Sep 5, 2024
2 parents c39d47f + 6cbb77b commit f9ff98c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,9 @@ 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
command:
- bash
- -xc
- "/bin/clickhouse-backup server"
args: ["server"]
env:
- name: LOG_LEVEL
value: "debug"
Expand Down

0 comments on commit f9ff98c

Please sign in to comment.