Commit 2c87f33
committed
lib/resourcemerge/core: Reconcile ConfigMap binaryData too
Since 4.20, some Cluster-API ConfigMap manifests have wanted to set
this:
$ oc adm release extract --to manifests quay.io/openshift-release-dev/ocp-release:4.20.10-x86_64
$ grep -r binaryData manifests
manifests/0000_30_cluster-api_04_cm.infrastructure-aws.yaml:binaryData:
so we need to compare the in-cluster ConfigMap with this property as
well, when deciding if the resource needs updating.1 parent 62ee569 commit 2c87f33
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments