Altinity / Altinity/helm-charts

clickhouse-operator field divisor causing reconciliation loop

Open
#110 3 comments 3 reactions 1 assignee View on GitHub

@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:
Image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.