mustache
mustache copied to clipboard
yaml keys such as .cluster.address are not working.
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.
Hey, I'm not sure I'm understanding the problem. Could you share a full example that could be run to demonstrate the issue?