iamnoah / kustomize-remote-crd-merge-bug

Demo of a bug in kustomize where a remote base + base using CRD schema for strategic merge stops the merge from working correctly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Including a remote resource base before a base using CRD merging breaks the merging.

> kustomize build ok | grep 'my-special-image'
    - image: my-special-image
> kustomize build broke | grep 'my-special-image'
# no match

About

Demo of a bug in kustomize where a remote base + base using CRD schema for strategic merge stops the merge from working correctly