Skip to content

Commit

Permalink
Add ignoreDifferences for KafkaTopic
Browse files Browse the repository at this point in the history
The problem is that the spec wants integers, which we pass, but then in
the spec/config it shows them as strings, which confuses argo greatly
and shows all KafkaTopics as OutOfSync.

I suspect this is somehow related to https://www.github.com/strimzi/strimzi-kafka-operator/issues/5869
  • Loading branch information
mbaldessari committed Jan 8, 2024
1 parent b3f0aca commit 9f4cbcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ clusterGroup:
path: charts/hub/bobbycar-core-infra
extraHubClusterDomainFields:
- ocpDomain
ignoreDifferences:
- kind: KafkaTopic
jsonPointers:
- /spec/config/retention.ms
- /spec/config/segement.bytes


bobbycar-core-apps:
name: bobbycar-core-apps
Expand Down

0 comments on commit 9f4cbcf

Please sign in to comment.