This message was deleted.
# support
s
This message was deleted.
p
CRDs are not installed when running with
dry-run
. You can install CRDs manually and run previous dry run install command:
Copy code
kubectl apply -f <https://raw.githubusercontent.com/SigNoz/charts/main/charts/clickhouse/crds/clickhouse-operator-install.yaml>
b
ahh that did it
Maybe worth adding a note about it in readme?
p
CRDs are installed when you use
helm install
without
dry-run
.
That's why we haven't added that note.
b
maybe including the dependency on that CRD within notes may be helpful. Especially for example we use CI/CD to deploy helm charts. theoretically if that service user didn’t have access to create CRDs that could break it