Commit 79e0104
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 73583cd commit 79e0104
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
| |||
0 commit comments