-
Anyone knows the default password of Clickhouse, deployed with official helm chart. |
Beta Was this translation helpful? Give feedback.
Answered by
StLeoX
Sep 10, 2024
Replies: 1 comment
-
// We can get the Clickhouse's dynamic password in this way |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StLeoX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// We can get the Clickhouse's dynamic password in this way
kubectl -n coroot get secrets coroot-clickhouse -o jsonpath="{.data.admin-password}" | base64 --decode