kustomize
                                
                                 kustomize copied to clipboard
                                
                                    kustomize copied to clipboard
                            
                            
                            
                        Customization of kubernetes YAML configurations
When you use a builtin from the transformers field, the `fieldSpecs` field defaults to empty instead of the usual defaults. That's a pretty big usability issue for Composition. Can we...
This currently doesn't work because the framework used to load builtin generators we auto-create from Go plugins treats generator vs. transformer as an exclusive choice. This is required for [Kustomize...
**Is your feature request related to a problem? Please describe.** I have a deployment workflow that includes: - generating a bunch of files (specific to application) - define a `configMapGenerator`...
Hi All is it possible to have kustomization file avoid adding prefixes to few resources service configmap storageclass I tried using this link but this is not working https://stackoverflow.com/questions/69882949/kustomize-namesuffix-skip-on-some-resources I...
Hi, Just checked #4099, closed but without any solution for me. I have "hosts” to change in ingress/certificates depending on the environment so I tried: - Common replacements in base...
**Describe the bug** If using `patchesStrategicMerge` the containers are overwritten instead of merged. Everything works fine if changing from `kind: Rollout` to `kind: Deployment`. **Files that can reproduce the issue**...
When running `kustomize` some of the (short command) descriptions end with period while others don't. Here is the output from the current master branch build ``` Available Commands: build Build...
**Is your feature request related to a problem? Please describe.** Some automation tools, like [Renovate](https://github.com/renovatebot/renovate), are able to update versions based on Releases/Tags of software on GitHub. With weird names...
This PR is part of the larger docs consolidation issue: https://github.com/kubernetes-sigs/kustomize/issues/4338 I copied over the files from [cli-experimental](https://github.com/kubernetes-sigs/cli-experimental/tree/master/site/content/en/contributing/kustomize), ran locally and it seems to be correct I followed a similar...
**Describe the bug** I aim to change the namespace of the cert-manager install manifest. Due to RBAC a standard namespace transformation is not applicable. Thus I use a combination of:...