Helm Chart Deployment Fails when using External Clickhouse #673

Closed
opened 2026-04-05 16:21:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Johncs2d on 9/23/2024

Describe the bug
oneuptime helmchart install or upgrade fails when using external clickhouse with the error:

Error: failed to create resource: Secret in version "v1" cannot be handled as a Secret: illegal base64 data at input byte 8\n'

Im suspecting the password field to be the culprit for this, If i re enable the clickhouse the deployment is successful.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy helm chart the usual way
  2. set clickhouse.enabled=false
  3. populate the externalClickhouse values

Expected behavior
Helm chart deployment should proceed and use external clickhouse instead of creating a new clickhouse pods.

Screenshots
image
image

Desktop (please complete the following information):

  • OS: linux
  • Version: latest helmchart

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Deployment Type
Is this issue on SaaS (at https://oneuptime.com) or self hosted (the version that you deployed on your server)?

*Originally created by @Johncs2d on 9/23/2024* **Describe the bug** oneuptime helmchart install or upgrade fails when using external clickhouse with the error: Error: failed to create resource: Secret in version "v1" cannot be handled as a Secret: illegal base64 data at input byte 8\n' Im suspecting the password field to be the culprit for this, If i re enable the clickhouse the deployment is successful. **To Reproduce** Steps to reproduce the behavior: 1. Deploy helm chart the usual way 2. set clickhouse.enabled=false 3. populate the externalClickhouse values **Expected behavior** Helm chart deployment should proceed and use external clickhouse instead of creating a new clickhouse pods. **Screenshots** ![image](https://github.com/user-attachments/assets/803e561f-3b0c-4cfc-aecb-6a392eadb463) ![image](https://github.com/user-attachments/assets/91eb9ef8-d44b-48d6-adc6-350c4eb5d270) **Desktop (please complete the following information):** - OS: linux - Version: latest helmchart **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Deployment Type** Is this issue on SaaS (at https://oneuptime.com) or self hosted (the version that you deployed on your server)?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#673