Altinity / Altinity/helm-charts
clickhouse-operator field divisor causing reconciliation loop
Open
@joshleecreates is already working on this.
Since Jan 12, 2026.
- Dominant language
- Python
- Stars
- 57
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
When using ArgoCD there is a reconciliation loop because of a field being added in the live manifest that is not there in the Helm chart. Did a quick look and did not see a similar issue.
Screenshot:
Workaround is to ignoreDiff from ArgoCD to stop showing the differences.
ignoreDifferences:
- group: apps
kind: Deployment
jqPathExpressions:
- .spec.template.spec.containers[].env[]?.valueFrom?.resourceFieldRef?.divisor
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.