Skip to content

Commit

Permalink
Removemextrarsyncparams (#213)
Browse files Browse the repository at this point in the history
* remove obsolete value extraRsyncParams

* Version bumped

---------

Co-authored-by: Klaus Mueller <kl.mueller@muenchen.de>
  • Loading branch information
klml and klml authored Sep 25, 2023
1 parent 62fff70 commit e3c050c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
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.7
version: 9.0.8
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: 0 additions & 2 deletions zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ This is relevant to **EFS** for AWS users, as well.

To run OpenShift unprivileged and with [arbitrary UIDs and GIDs](https://cloud.redhat.com/blog/a-guide-to-openshift-and-uids):

- Add the extraRsyncParams `--no-perms --omit-dir-times`.
- [Delete the default key](https://helm.sh/docs/chart_template_guide/values_files/#deleting-a-default-key) `securityContext` and `zammadConfig.initContainers.zammad.securityContext.runAsUser` with `null`.
- Disable if used:
- also `podSecurityContext` in all subcharts.
Expand All @@ -56,7 +55,6 @@ securityContext: null
zammadConfig:
initContainers:
zammad:
extraRsyncParams: "--no-perms --omit-dir-times"
securityContext:
runAsUser: null
railsserver:
Expand Down
2 changes: 0 additions & 2 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ zammadConfig:
runAsNonRoot: false
runAsUser: 0
zammad:
# set extra params to rsync command
extraRsyncParams: ""
resources: {}
# requests:
# cpu: 100m
Expand Down

0 comments on commit e3c050c

Please sign in to comment.