Commit Graph

5 Commits

Author SHA1 Message Date
pmarkiewka
e70e860e07 Adds compatibility for OCP and ICP (#1870)
Adds compatibility for OCP (openshift container platform) and ICP (IBM cloud private)

- Sets folder permissions to group 0, because the arbitrary assigned user ids in openshift are all part of group 0
- Removes usage of root user 0, because it is prohibited in some environments
- Use numerical user id, because some environments do not accept non-numerical user ids
- Removes initContainer for setting volume permissions, because it is not needed anymore
- Removes chown in plugin script, because it is not needed anymore
- Adds extraArgs option in Helm chart to add arguments on server startup, i.e. initial admin username and password

Signed-off-by: pmarkiewka <philipp.markiewka@cloudogu.com>
2021-12-16 13:59:56 +01:00
Sebastian Sdorra
fe6235f4da Add image pull secret to helm values documentation 2021-08-11 11:17:05 +02:00
Sebastian Sdorra
badcf3ecb4 Update helm chart documentation 2021-01-07 15:46:41 +01:00
Sebastian Sdorra
1c83c075a9 added missing ssh service to helm chart 2020-07-20 11:46:46 +02:00
Sebastian Sdorra
feb0bd0306 use the target platform as link and heading not the tool 2020-05-27 08:16:37 +02:00