big-potato-91793
03/04/2020, 7:24 PMdata
inside the ConfigMap to get all the keys in typescript. Need these to make the volume mounts with keys instead of the hole folder.configMap.data.map(entry => {key: entry.key, path: entry.key})
calm-quill-21760
03/05/2020, 1:09 AMfor (let [name, value] of configMap) {}
big-potato-91793
03/05/2020, 3:29 PM