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

Support the creation of empty configmap and secrets #62

Closed
deviantony opened this issue Sep 20, 2023 · 0 comments · Fixed by #63
Closed

Support the creation of empty configmap and secrets #62

deviantony opened this issue Sep 20, 2023 · 0 comments · Fixed by #63
Milestone

Comments

@deviantony
Copy link
Member

deviantony commented Sep 20, 2023

Allow the creation of empty configmap and secrets:

kubectl create secret generic empty-secret
kubectl create configmap empty-cm

This will allow us to use empty system configmaps to store metadata only (for PVCs for example) which will be a bit more optimized.

Note that this is currently not supported for the disk backend store, the volume backend store already supports this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant