mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
Adjust validation for run_as_user,run_as_group
This commit is contained in:
committed by
Ryan Richard
parent
9a632134ae
commit
c455a17abe
@@ -139,11 +139,15 @@ deprecated_log_format: ""
|
||||
|
||||
#@schema/title "Run as user"
|
||||
#@schema/desc "The user ID that will own the process."
|
||||
#@schema/type any=True
|
||||
#@schema/validation ("an int or string", lambda v: type(v) in ["int", "string"])
|
||||
#! See the Dockerfile for the reasoning behind this default value.
|
||||
run_as_user: 65532
|
||||
|
||||
#@schema/title "Run as group"
|
||||
#@schema/desc "The group ID that will own the process."
|
||||
#@schema/type any=True
|
||||
#@schema/validation ("an int or string", lambda v: type(v) in ["int", "string"])
|
||||
#! See the Dockerfile for the reasoning behind this default value.
|
||||
run_as_group: 65532
|
||||
|
||||
|
||||
@@ -178,11 +178,15 @@ deprecated_log_format: ""
|
||||
|
||||
#@schema/title "Run as user"
|
||||
#@schema/desc "The user ID that will own the process."
|
||||
#@schema/type any=True
|
||||
#@schema/validation ("an int or string", lambda v: type(v) in ["int", "string"])
|
||||
#! See the Dockerfile for the reasoning behind this default value.
|
||||
run_as_user: 65532
|
||||
|
||||
#@schema/title "Run as group"
|
||||
#@schema/desc "The group ID that will own the process."
|
||||
#@schema/type any=True
|
||||
#@schema/validation ("an int or string", lambda v: type(v) in ["int", "string"])
|
||||
#! See the Dockerfile for the reasoning behind this default value.
|
||||
run_as_group: 65532
|
||||
|
||||
|
||||
Reference in New Issue
Block a user