RamenDR / ramen

Apache License 2.0
72 stars 52 forks source link

Replace deprecated patchesJson6902 #1369

Closed abhijeet219 closed 3 months ago

abhijeet219 commented 3 months ago

Use patches instead of patchesJson6902 for rook addons kustomizations To avoid "'patchesJson6902' is deprecated" warning when running kustomize.

Fixes: #1336

nirs commented 3 months ago

Use patches instead of patchesJson6902 and patchesStrategicMerge for rook addons kustomizations

We replaced only patchesJson6902.

It is useful to explain why we do a change. The linked issue explain the problem, but it makes life easier for reviewers if we explain the issue in the commit message. Something like:

To avoid "'patchesJson6902' is deprecated" warning when running kustomize.