mustache icon indicating copy to clipboard operation
mustache copied to clipboard

yaml keys such as .cluster.address are not working.

Open irfn opened this issue 1 year ago • 1 comments

a yaml such as this cant be used to replace a variable name .path.basename

path: "minikube"
.path.basename: "minikube"
.cluster.address: "https://kubernetes.default.svc"

this style of naming is quite common in kubenetes world and IMHo should be supported.

irfn avatar Dec 30 '24 09:12 irfn

Hey, I'm not sure I'm understanding the problem. Could you share a full example that could be run to demonstrate the issue?

cbroglie avatar Jan 06 '25 05:01 cbroglie