From 31deadb3e4708c14793b61f7afc753cd00c40c63 Mon Sep 17 00:00:00 2001 From: Shubhang Balkundi Date: Tue, 7 May 2024 09:34:57 +0530 Subject: [PATCH] updates README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0870b7f..290aed0 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,18 @@ PID is stored inside ], // if source is not specified, we use the raw option to // specify an inline template - "raw": "{{with httpjson_GET_Map \"/v1/creds\"}}\n{\"secret_key\":\"{{.SecretKey}}\"}\n{{end}}", + "raw": "<>\n{\"secret_key\":\"<<.SecretKey>>\"}\n<>", "render_once": true, // render_once renders it only once // and does not refresh preiodically "destination": "/etc/cloud-provider/creds.json", - "missing_key": "error" + "missing_key": "error", + "template_delimiters": [ + "<<", + ">>" + ], + // the default delimiters are {{ and }} + // this option lets you change the delimiters } } }