Skip to content
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

Renaming key in config map causes duplicate files to exist #59

Closed
ghost opened this issue Jan 27, 2020 · 3 comments · Fixed by #227
Closed

Renaming key in config map causes duplicate files to exist #59

ghost opened this issue Jan 27, 2020 · 3 comments · Fixed by #227
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@ghost
Copy link

ghost commented Jan 27, 2020

If I have a ConfigMap with:

data:
  foo.json: whatever

And change the key inside it to:

data:
  bar.json: whatever

Then both foo.json and bar.json will exist in my target directory. I would expect foo.json have been removed.

@axdotl
Copy link
Contributor

axdotl commented Feb 26, 2020

Hello,
you're right, target directory should be tidy.
You are very welcome to create a PR for this.

@jekkel jekkel added the bug Something isn't working label Feb 11, 2021
@stale
Copy link

stale bot commented Jun 26, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 26, 2021
@stale stale bot closed this as completed Jul 8, 2021
@cndoit18
Copy link
Contributor

/reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants