Skip to content

clickhouse-operator field divisor causing reconciliation loop #110

Description

@acelinkio

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions