Natasha Sarkar
Natasha Sarkar
/lifecycle frozen
Unfortunately, no, kustomize does not have any mechanism to output the resources into separate files. There is an `--output` flag that lets you dump the output into a file, but...
It seems that there are multiple requests for better private repository authentication in kustomize. We consider this low priority because the remote URL feature was never intended to be used...
/retitle Improve private repository authentication handling strategy for remote URLs
/remove-lifecycle rotten
/triage accepted /retitle patches should throw error on missing targets We discussed this during the bug scrub, and have arrived at the decision that `patches`, `patchesStrategicMerge`, and `patchesJson6902` should all...
/lgtm /approve
/triage accepted /kind bug At the very least, the kustomization file should not end up with two different images fields. It should also be possible to deduplicate the images field.
@KnVerey FYI, I have an umbrella issue with some of the things I want to do with openapi: https://github.com/kubernetes-sigs/kustomize/issues/4569 It includes a note that the supplied openapi should be an...
I'm able to reproduce the issue. IIUC, the correct output should be ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - digest: sha256:digest name: org/repo newTag: tag ``` There is some parsing...