-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using an simple overlay with a namePrefix on a base that contains replacements the prefix does not end up on the target values. #4034
Comments
/assign |
Closing this issue. After taking a closer look I believe this is intended behavior. |
@natasha41575 I'd like to provide another example to illustrate similar behavior that I believe breaks user expectations and would make it very difficult to maintain a reusable base that contained replacements. base/kustomization.yaml
kustomization.yaml
This yields:
I can appreciate that this is a difficult problem to solve, but I think it creates a bit of a mine field for the user when using replacements in a base. In our use case we have an overlay that is applied on all of our application deployments that sets things like the |
Thanks for following up! I will keep this issue open because the use case is compelling, and I agree that it will be good to track changes to a resources GVKNN wherever we can. I will also reopen your PR and leave a comment if you would like it to be merged. |
My #4099 (comment) and #4099 (comment) speak to a similar desire and expectation. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
See the test in #4031.
The text was updated successfully, but these errors were encountered: