Cameron Boulton
Cameron Boulton
I would also really stand to benefit from a recursive patching feature. We have a similar nested kustomization tree: ``` Kustomization/acme-system/acme-app ├── Namespace/acme-system ├── Kustomization/acme-system/api-controllers │ ├── HelmRelease/acme-system/api │ └──...
@mumoshu Is there any chance this is supported for `bases` too or should I open a new feature request for that? Thanks!
Looking at the [configuration documentation](https://docs.nats.io/running-a-nats-service/configuration#jetstream-server-settings), I think you want `sync_interval: always` not `sync: always`. I would expect `sync: always` to do nothing/have no effect since it is not a valid...