Remove security context

This commit is contained in:
Micke Nordin 2023-03-29 16:47:19 +02:00
parent 761eb6362f
commit 2d4f8745e3
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -27,13 +27,6 @@ spec:
app: customer-node
spec:
restartPolicy: Always
securityContext:
privileged: false
runAsNonRoot: true
allowPrivilegeEscalation: false
runAsUser: 33
runAsGroup: 33
fsGroup: 33
containers:
- name: customer
image: docker.sunet.se/drive/nextcloud-custom:25.0.3.3-4
@ -92,8 +85,6 @@ spec:
initContainers:
- image: docker.sunet.se/sunet/docker-jinja:latest
name: init-config
securityContext:
privileged: true
volumeMounts:
- name: nextcloud-config-template
mountPath: /tmp/config.php.template