From 756aefce883263fd2efcddd1a63f23d13b028033 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 18 Dec 2022 22:30:37 +0200 Subject: [PATCH] Update questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/incubator/snowflake-proxy/questions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/snowflake-proxy/questions.yaml b/charts/incubator/snowflake-proxy/questions.yaml index 8131d3de744..f137df8c813 100644 --- a/charts/incubator/snowflake-proxy/questions.yaml +++ b/charts/incubator/snowflake-proxy/questions.yaml @@ -124,20 +124,20 @@ questions: label: runAsNonRoot schema: type: boolean - default: false + default: true # Include{podSecurityContextRoot} - variable: runAsUser label: runAsUser description: The UserID of the user running the application schema: type: int - default: 0 + default: 1000 - variable: runAsGroup label: runAsGroup description: The groupID this App of the user running the application schema: type: int - default: 0 + default: 1000 - variable: fsGroup label: fsGroup description: The group that should own ALL storage.