Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Make items optional in fromConfigMap() #134

Open
nikolay opened this issue May 8, 2018 · 1 comment
Open

Make items optional in fromConfigMap() #134

nikolay opened this issue May 8, 2018 · 1 comment

Comments

@nikolay
Copy link

nikolay commented May 8, 2018

In Kubernetes, you don't have to specify items and then all keys are added, but fromConfigMap() does not allow this and you end up having to specify each key, which is redundant, and hard to maintain.

@adamdecaf
Copy link

adamdecaf commented May 8, 2018

FYI, you can work around this by doing.

volume.withName(name) + volume.mixin.configMap.withName(name)

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

No branches or pull requests

2 participants