Skip to content

Commit

Permalink
add fsGroupChangePolicy setting (#210)
Browse files Browse the repository at this point in the history
* Update values.yaml

Fixed issue with many attachments for zammad-var PVC

* Update Chart.yaml

* Update zammad/values.yaml

* Update zammad/values.yaml

* sort order

---------

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
  • Loading branch information
alexkorotysh and monotek authored Sep 26, 2023
1 parent e3c050c commit 8e678b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 9.0.8
version: 9.1.0
appVersion: 6.0.0-66
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
Expand Down
2 changes: 2 additions & 0 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ secrets:

securityContext:
fsGroup: 1000
# https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods
fsGroupChangePolicy: Always
runAsUser: 1000
runAsNonRoot: true
runAsGroup: 1000
Expand Down

0 comments on commit 8e678b4

Please sign in to comment.