From 1ecb7829f73c8baf23ebb11a7d15edd60b048e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Sun, 3 Dec 2023 21:59:25 +0800 Subject: [PATCH] chore(helm): update `runAsUser` and `runAsGroup` field values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change the `runAsUser` field value from `1000` to `1001` - Change the `runAsGroup` field value from `1000` to `1001` Signed-off-by: 陳鈞 --- helm-chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index 4dc5669..c9caec1 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -45,8 +45,8 @@ spec: drop: ["ALL"] seccompProfile: type: "RuntimeDefault" - runAsUser: 1000 - runAsGroup: 1000 + runAsUser: 1001 + runAsGroup: 1001 {{- if .useCookies }} # copy /cookies.txt to /app/cookies.txt and run the original entrypoint ["dotnet", "YoutubeLiveChatToDiscord.dll"] command: