-
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
Allow disabling of suffix hashes on merged ConfigMaps generated from ConfigMapGenerators #4693
Comments
This sounds reasonable to me. It looks like /triage under-consideration |
That sounds like a bug to me, I'm on board with accepting this issue. |
/triage accepted |
Thanks so much for accepting the change request! I can take a look at making a PR for this if this works for others? |
Yes please, we'd appreciate that! Please be sure to include e2e tests, I suggest in /assign @elisshafer |
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 |
/remove-lifecycle stale Got caught up in some other things lately since making this issue, I'll have a PR out soon |
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 |
/remove-lifecycle stale |
/triage resolved |
@elisshafer: 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. |
Is your feature request related to a problem? Please describe.
Say there is some shared out of scope ConfigMapGenerator that is composed into a given cluster's configuration multiple times through multiple apps' ConfigMapGenerators merging into the shared ConfigMapGenerator in various commands to
kustomize build
and we'd like some ConfigMaps to have a suffix hash at the end of the name, and others to not have a suffix hash appended.Describe the solution you'd like
I'd like to be able to specify
and for the resulting ConfigMap to not have a suffix hash appended to the specified name.
Describe alternatives you've considered
A desired solution may be to use a suffix hash in some of the ConfigMaps that are generated from the shared ConfigMapGenerator but not use a suffix hash in other ConfigMaps.
Additional context
The text was updated successfully, but these errors were encountered: