From 3fef7d2080ab52dedb5188bc6dce65fbdcf3a1cd Mon Sep 17 00:00:00 2001 From: oded-s1 Date: Wed, 27 Dec 2023 09:45:51 +0200 Subject: [PATCH] helpers: rename k8s_serverless to k8s_pod --- charts/s1-agent/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/s1-agent/templates/_helpers.tpl b/charts/s1-agent/templates/_helpers.tpl index e940fe8..0d72264 100644 --- a/charts/s1-agent/templates/_helpers.tpl +++ b/charts/s1-agent/templates/_helpers.tpl @@ -397,7 +397,7 @@ runAsNonRoot: false key: site-key {{- end }} - name: S1_AGENT_TYPE - value: "k8s_serverless" + value: "k8s_pod" - name: S1_POD_UID value: "0" - name: S1_POD_GID