kustomize
                                
                                 kustomize copied to clipboard
                                
                                    kustomize copied to clipboard
                            
                            
                            
                        Customization of kubernetes YAML configurations
**Is your feature request related to a problem? Please describe.** Say there is some shared out of scope ConfigMapGenerator that is composed into a given cluster's configuration multiple times through...
Resolves #4593 Signed-off-by: Pawan Verma
`namespace` Transformer Does Not Update Namespace in `nginx.ingress.kubernetes.io/auth-tls-secret`
**Describe the bug** #1302 added support for Kustomize to update secret names referenced by `nginx.ingress.kubernetes.io/auth-tls-secret` annotations when those names are affected by prefix/suffix transformers, but it does not appear that...
Setters functionality is provided as a KRM function. We should remove code related to setters in cmd/config and kyaml.
**Describe the bug** According to the [documentation](https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_) of the helm inflator it shall be possible to set the release namespace of the helm template. When running `kustomize build --enable-helm .`...
# Problem JSONpatch does not support adding a value if it does not exist already. In fact the [spec](https://datatracker.ietf.org/doc/html/rfc6902) says that `A member to add to an existing object -...
Fix * util.GlobPatternsWithLoader doesn't load remote files * `edit add` command TestAddKustomizationFileAs* adds normal config instead of kustomization file Clean * fileloader_test.go, which has 1 invalid check, multiple lengthy checks,...
**Disclaimer: This is only meant to illustrate my design. I don't plan to merge it, so no review is required.** POC * only recognizes `resource` kustomization field * treats `newDir`...
**Describe the bug** I am trying to download v2.0.3 of kustomize using the script [here](https://github.com/kubernetes-sigs/kustomize/blob/master/hack/install_kustomize.sh). But the script seems to be only working for the version of kustomize which were...
**Describe the bug** Using a replacement filter with the create option set to true, one can create an arbitrarily deep map to the point where the target value is set....