mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
69 lines
1.1 KiB
Markdown
69 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ""
|
|
labels:
|
|
- kind/bug
|
|
assignees: ""
|
|
---
|
|
|
|
<!--
|
|
Please read this page: https://kubernetes-sigs.github.io/kustomize/contributing/bugs/ before
|
|
filing a bug
|
|
-->
|
|
|
|
<!-- Feel free to skip the sections if they are not applicable. -->
|
|
|
|
**Describe the bug**
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
**Files that can reproduce the issue**
|
|
|
|
<!--
|
|
We cannot figure out or fix the issue if we don't know how to reproduce. Please
|
|
provide a minimum set of files that can reproduce the issue. You can paste the
|
|
file contents here or provide a link to a tarball or git repo.
|
|
|
|
Example:
|
|
|
|
kustomization.yaml
|
|
|
|
```
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
...
|
|
```
|
|
|
|
resources.yaml
|
|
|
|
```
|
|
apiVersion: v1
|
|
kind: Deployment
|
|
...
|
|
```
|
|
|
|
...
|
|
-->
|
|
|
|
**Expected output**
|
|
|
|
<!-- What's the expected output? -->
|
|
|
|
**Actual output**
|
|
|
|
<!-- What's the actual output? -->
|
|
|
|
**Kustomize version**
|
|
|
|
<!-- Please use the latest version when it's possible. -->
|
|
|
|
**Platform**
|
|
|
|
<!-- Linux/macOS/Windows? -->
|
|
|
|
**Additional context**
|
|
|
|
<!-- Add any other context about the problem here. -->
|