mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add seperator between name and key for config map refs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
95f3acf750
commit
343ef9a21c
@ -88,7 +88,7 @@ const NonInjectedContainerEnv = ({
|
|||||||
const { name, key } = configMapKeyRef;
|
const { name, key } = configMapKeyRef;
|
||||||
const configMap = configMapStore.getByName(name, namespace);
|
const configMap = configMapStore.getByName(name, namespace);
|
||||||
|
|
||||||
return configMap?.data[key] ?? `configMapKeyRef(${name}${key})`;
|
return configMap?.data[key] ?? `configMapKeyRef(${name}:${key})`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user