Skip to content

kustomize manifests complaining about deprecated patchesStrategicMerge and patchesJson6902 #1985

@pmalek

Description

@pmalek

As per kustomize v5 release notes patchesStrategicMerge and patchesJson6902 are deprecated.

Because native manifests still use it, using kustomize v5 yields the following warnings:

# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesJson6902' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

Places where it's used:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions