Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406
stars
148
forks
source link
Replace `patchesStrategicMerge` with `patches` #1006
Kustomize 5.0.0 was released Feb 2023. The release notes mention:
We are deprecating the following kustomization fields. These fields will never be removed from the kustomize.config.k8s.io/v1beta1 Kustomization API, but they will not be included in the kustomize.config.k8s.io/v1 Kustomization API. When Kustomization v1 is available, we will announce the deprecation of the v1beta1 version. There will be at least two releases between deprecation and removal of Kustomization v1beta1 support from the kustomize CLI, and removal itself will happen in a future major version bump.
Describe request or inquiry
patchesStrategicMerge
andpatchesJson6902
. We should replace the use of these fields withpatches
.What purpose/environment will this feature serve?