You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use signoz chart as a dependency for my build. I need to do some customization (set up different s3 endpoint for different namespace) in clickhouse-instance.yaml when using signoz chart. Right now I have to fork the whole clickhouse chart locally because ClickHouseInstallation got some unexpected behavior when deployed twice using override , could you please provide an option to disable the clickhouse-instance.yaml so I can override it easily?
The text was updated successfully, but these errors were encountered:
@grandwizard28 The signoz helm installs, through the clickhouse chart, the CRDs for the Altinity clickhouse operator.
Since I already have that operator and the same CRDs installed on my cluster I can't use the signoz chart since, besides version conflicts, helm will not allow me to maintain the same CRDs through 2 separate charts.
Hi,
I use signoz chart as a dependency for my build. I need to do some customization (set up different s3 endpoint for different namespace) in clickhouse-instance.yaml when using signoz chart. Right now I have to fork the whole clickhouse chart locally because
ClickHouseInstallation
got some unexpected behavior when deployed twice using override , could you please provide an option to disable the clickhouse-instance.yaml so I can override it easily?The text was updated successfully, but these errors were encountered: