Hi, I'm new to signoz, i'm going to use signoz in ...
# support
l
Hi, I'm new to signoz, i'm going to use signoz in my k8s cluster, normal install with helm is ok, but if I want to install by add signoz to dependencies chart and managed by argocd, when sync I got this error . this is my file content. So how can I add namespace value so helm can generate proper namespace ? Tks Chart.yaml
Copy code
- name: signoz
    alias: signoz
    version: 0.26.0
    repository: <https://charts.signoz.io>
    condition: signoz.enabled
    tags:
      - signoz
Value.yaml
Copy code
signoz:
  enabled: true
  global:
    storageClass: gp2-resizable
    cloud: aws
  clickhouse:
    installCustomStorageClass: true