Skip to content

Commit cde9617

Browse files
committed
feat(helm): add global settings for commonly used values
1 parent 8a0dc9f commit cde9617

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charts/sourcegraph/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)