kustomize
kustomize copied to clipboard
Customization of kubernetes YAML configurations
### What happened? I am trying to configure some kuma mesh stuff with kustomize. I need to be able to add prefixes to all the names of things, and thus,...
### What happened? I'm using Kustomize v5.2.1, and trying to add environment related suffix (i.e. -prod, -dev) using nameSuffix in overlays. When I deploy the configuration, I see resources such...
I am trying to do a kustomize patch to an existing Helm deployment via a CI/CD pipeline. The CI pipeline is failing kustomize checks with error: `error: accumulating components: accumulateDirectory:...
### What would you like to have added? Document KUSTOMIZE_PLUGIN_HOME ### Why is this needed? While plugins seem to be on the way out, they still work, so it would...
```bash $ kustomize cfg grep panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: sigs.k8s.io/kustomize/cmd/config/internal/commands.(*GrepRunner).preRunE(0xd?, 0x0?, {0x101adc1a0?, 0x100e93c6c?, 0x14000179d00?}) /home/runner/work/kustomize/kustomize/cmd/config/internal/commands/grep.go:69 +0x3cc github.com/spf13/cobra.(*Command).execute(0x1400027ac00, {0x101adc1a0, 0x0, 0x0})...
**Is your feature request related to a problem? Please describe.** We are working a lot with Google Config Connector and many of the CRDs include references to other resources. In...
**Describe the bug** ClusterRoleBinding subjects namespace is wrong. **Files that can reproduce the issue** ``` $ tree . ├── a │ ├── kustomization.yaml │ └── resources.yaml ├── b │ ├──...
### What happened? Dependabot picked up the kustomize/kyaml v0.18.0 tag and pushed a bump PR. Now after the bump the build fails with the following issues ``` # sigs.k8s.io/kustomize/api/internal/plugins/fnplugin /Users/kashif/go/pkg/mod/sigs.k8s.io/kustomize/[email protected]/internal/plugins/fnplugin/fnplugin.go:80:4:...
### 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...