kustomize
kustomize copied to clipboard
Customization of kubernetes YAML configurations
### What happened? I really don't understand the behavior of replacements and it looks like a bug to me. Let me show you how to reproduce Context: I would like...
### What happened? I've been trying to apply a patch by selecting a label that was added by kustomize and the it doesn't work. This may be expected behaviour but...
Fixes https://github.com/kubernetes-sigs/kustomize/issues/5389
### What happened? I ran customize with the -o option as follows: mkdir /tmp/kustdir kustomize build . -o /tmp/kustdir ### What did you expect to happen? I expected a set...
### Eschewed features - [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...
### Eschewed features - [x] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...
Closes #5729 Creates multi platform (linux/amd64 and linux/arm64) image for kustomize
### What happened? Hi, I'm using `configMapgenerator` with a .env file that contains a variable whose value is a 128-bit number in hex notation. I've discovered that `configMapGenerator` (and also...
This fix allows using the Helm Chart with the Chart in the repo. the regression was introduced by https://github.com/kubernetes-sigs/kustomize/pull/4999 That I don't know why require a repo to use the...
### What happened? https://github.com/google/shlex has been archived since `Dec 29, 2022` What's the best way to avoid depending on this repo? xref: https://github.com/kubernetes/kubernetes/issues/120276