/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

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