kustomize icon indicating copy to clipboard operation
kustomize copied to clipboard

Customization of kubernetes YAML configurations

Results 478 kustomize issues
Sort by recently updated
recently updated
newest added

**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...

triage/needs-information
kind/feature

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).

cncf-cla: yes
size/XS
needs-ok-to-test
lifecycle/stale

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...

lifecycle/rotten
needs-kind
needs-triage

**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:...

kind/bug
needs-triage

**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...

triage/needs-information
lifecycle/rotten
kind/bug
needs-triage

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...

lifecycle/stale
needs-kind
triage/accepted
area/helm

cncf-cla: yes
size/L
lifecycle/stale

**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`...

lifecycle/rotten
kind/bug
triage/under-consideration

Close #3831

cncf-cla: yes
size/L
needs-rebase
needs-ok-to-test
lifecycle/rotten
area/helm

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...

kind/bug
lifecycle/frozen
triage/accepted