kustomize
kustomize copied to clipboard
Customization of kubernetes YAML configurations
### What happened? I believe this issue has come up a few times, but I think there is a very concrete incorrect behaviour bug that I think we can &...
### 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...
### What happened? Container section gets overrriden when patching CronJob (batch/v1) when rendering manifest. Base contains a minimal definition of a CronJob and patch is adding an environment property to...
Quite new to Kustomize, but was a bit surprised that `HTTPRoute` wasn't better supported; the `backendRefs` name, pointing to a `Service`, wasn't updated when using a `nameSuffix`. This seems to...
### What happened? As outlined in [this](https://github.com/kubernetes-sigs/kustomize/issues/4099#issuecomment-1470934286) comment, the intention of components was to enable modular transformations which run after all overlays have run. Again per that comment, the API...
### What happened? When the linter runs, it always fails even If I tried couple of configurations. Below is the error logs in verbose mode, ``` WARN [runner] Can't run...
### What happened? I am trying to use `kustomize` to rewrite `ConfiMap` names to include a hash suffix. Ideally the suffix is based on the content of the `ConfigMap`. ###...
### What happened? internal libary `cmd/gorepomod/internal/semver/semver.go` has a function `Parse(raw string)` which translate a raw string into Semver object. However, if we supply string with CRLF (`\r\n`), it will return...
### What happened? I am trying to follow this solution https://github.com/kubernetes-sigs/kustomize/issues/1696#issuecomment-1478749665 to patch a custom generator from an overlay. ```bash $ tree . ├── generators-base │ ├── kustomization.yaml │ └──...
### What happened? I am unable to patch a pod from specific helm chart. I was not able to replicate this with plain yaml files, only in with this helm...