From 279090889fd13ad0e459b781fe326e39a2c1905c Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 25 Sep 2024 11:44:32 +0200 Subject: [PATCH] add args --- entrypoint.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.go b/entrypoint.go index 0834d5c..92b3d7a 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -158,6 +158,10 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string, Type: "string", ReadOnly: false, } + m["env"] = resource_model.Model{ + Type: "string", + ReadOnly: false, + } m["execute"] = resource_model.Model{ Type: "map[int]map[string]string", ReadOnly: false,