diff --git a/deploy/concierge/values.yaml b/deploy/concierge/values.yaml index c06aa0b0..05d550db 100644 --- a/deploy/concierge/values.yaml +++ b/deploy/concierge/values.yaml @@ -55,8 +55,8 @@ api_serving_certificate_renew_before_seconds: 2160000 #! information), trace (timing information), all (kitchen sink). log_level: #! By default, when this value is left unset, only warnings and errors are printed. There is no way to suppress warning and error logs. -run_as_user: 1001 #! run_as_user specifies the user ID that will own the local-user-authenticator process -run_as_group: 1001 #! run_as_group specifies the group ID that will own the local-user-authenticator process +run_as_user: 1001 #! run_as_user specifies the user ID that will own the process +run_as_group: 1001 #! run_as_group specifies the group ID that will own the process #! Specify the API group suffix for all Pinniped API groups. By default, this is set to #! pinniped.dev, so Pinniped API groups will look like foo.pinniped.dev, diff --git a/deploy/local-user-authenticator/values.yaml b/deploy/local-user-authenticator/values.yaml index 56f61748..f39cb42d 100644 --- a/deploy/local-user-authenticator/values.yaml +++ b/deploy/local-user-authenticator/values.yaml @@ -15,5 +15,5 @@ image_tag: latest #! Optional. image_pull_dockerconfigjson: #! e.g. {"auths":{"https://registry.example.com":{"username":"USERNAME","password":"PASSWORD","auth":"BASE64_ENCODED_USERNAME_COLON_PASSWORD"}}} -run_as_user: 1001 #! run_as_user specifies the user ID that will own the local-user-authenticator process -run_as_group: 1001 #! run_as_group specifies the group ID that will own the local-user-authenticator process +run_as_user: 1001 #! run_as_user specifies the user ID that will own the process +run_as_group: 1001 #! run_as_group specifies the group ID that will own the process diff --git a/deploy/supervisor/values.yaml b/deploy/supervisor/values.yaml index fd27b336..1cbed34c 100644 --- a/deploy/supervisor/values.yaml +++ b/deploy/supervisor/values.yaml @@ -57,8 +57,8 @@ service_loadbalancer_ip: #! e.g. 1.2.3.4 #! information), trace (timing information), all (kitchen sink). log_level: #! By default, when this value is left unset, only warnings and errors are printed. There is no way to suppress warning and error logs. -run_as_user: 1001 #! run_as_user specifies the user ID that will own the local-user-authenticator process -run_as_group: 1001 #! run_as_group specifies the group ID that will own the local-user-authenticator process +run_as_user: 1001 #! run_as_user specifies the user ID that will own the process +run_as_group: 1001 #! run_as_group specifies the group ID that will own the process #! Specify the API group suffix for all Pinniped API groups. By default, this is set to #! pinniped.dev, so Pinniped API groups will look like foo.pinniped.dev,