Skip to content

Commit

Permalink
feat(helm): add global settings for commonly used values
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed Feb 4, 2025
1 parent 8a0dc9f commit cde9617
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/sourcegraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ sourcegraph:
revisionHistoryLimit: 10
# -- Add extra labels to all services
serviceLabels: {}
# -- Global container security context settings that can be overridden per service
# Used to set security parameters like runAsUser, privileged mode, etc.
containerSecurityContext: {}
# -- Global pod security context settings that can be overridden per service
# Controls pod-level security attributes like fsGroup and runAsUser
podSecurityContext: {}
# -- Global privileged mode settings that can be overridden per service
# Determines if pods/containers can run with elevated privileges
privileged: {}
# -- Global service account creation settings that can be overridden per service
# Controls whether service accounts should be automatically created
serviceAccount.create: {}

# Generic application configuration options, used by most applications below
# app: # Generally matches directory name
Expand Down

0 comments on commit cde9617

Please sign in to comment.