Skip to content

Commit

Permalink
[FIX] set false for curl method by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Nov 3, 2023
1 parent 6f619f1 commit aa71791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clickhouseMaxBufferSize: ""
initContainers:
enabled: true
curl:
enabled: true # use curl method to check if clickhouse is ready. (When port 9000 is not accessible)
enabled: false # use curl method to check if clickhouse is ready. (When port 9000 is not accessible)

### Specifies if the helm chart should create a secret file or use an existingSecret
secret:
Expand Down

0 comments on commit aa71791

Please sign in to comment.