File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,18 @@ sourcegraph:
3838 revisionHistoryLimit : 10
3939 # -- Add extra labels to all services
4040 serviceLabels : {}
41+ # -- Global container security context settings that can be overridden per service
42+ # Used to set security parameters like runAsUser, privileged mode, etc.
43+ containerSecurityContext : {}
44+ # -- Global pod security context settings that can be overridden per service
45+ # Controls pod-level security attributes like fsGroup and runAsUser
46+ podSecurityContext : {}
47+ # -- Global privileged mode settings that can be overridden per service
48+ # Determines if pods/containers can run with elevated privileges
49+ privileged : {}
50+ # -- Global service account creation settings that can be overridden per service
51+ # Controls whether service accounts should be automatically created
52+ serviceAccount.create : {}
4153
4254# Generic application configuration options, used by most applications below
4355# app: # Generally matches directory name
You can’t perform that action at this time.
0 commit comments