Skip to content

Commit

Permalink
feat: Support shareProcessNamespace (defaults to false) (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi authored Sep 9, 2024
1 parent a454470 commit 66853b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions stack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
serviceAccountName: {{ include "service.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
shareProcessNamespace: {{ .Values.shareProcessNamespace }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down
2 changes: 2 additions & 0 deletions stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ global:
# runAsNonRoot: true
# runAsUser: 1000

shareProcessNamespace: false

ingress:
enabled: true
className: nginx
Expand Down

0 comments on commit 66853b0

Please sign in to comment.