kustomize
                                
                                 kustomize copied to clipboard
                                
                                    kustomize copied to clipboard
                            
                            
                            
                        Customization of kubernetes YAML configurations
**Is your feature request related to a problem? Please describe.** Today, if I want to inject templated contents in an already packaged helm chart before applying any values, in order...
Previously `namePrefix:` covered both prefix and suffix, but now it is separated into `namePrefix:` and `nameSuffix: ` by [refactoring](https://github.com/kubernetes-sigs/kustomize/pull/4318).
Hi wonderful **kustomize** community. I was wondering if there is a recommended approach or if anyone has achieved a **common** base within Kustomize as well working with multiple overlays/bases. Following...
**Describe the bug** I'm trying to configure kustomize so it adds a suffix to the TLS secret name of an Ingress object, I've got the following configuration: config.yaml ``` nameSuffix:...
**Describe the bug** While trying to remove an element from a list, the output has all elements removed and the text from the patch added as the only element. **Files...
Hi, I have the following manifest definition ` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: - name: grafana version: 6.8.2 repo: https://grafana.github.io/helm-charts valuesFile: grafana-values.yaml releaseName: grafana ` The Ingress configuration is defined...
**Describe the bug** When implementing a custom transformer using the `Walker` type (from `"sigs.k8s.io/kustomize/kyaml/yaml/walk"`) to visit yaml nodes, in the nodes returned by the `Walker`, any keys that had `null`...
Close #3831
It recently came to @natasha41575 and my attention that the `configMapGenerator` has a bug where it will load values from the environment when a line in an env file has...