We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1de2b commit 8fa2432Copy full SHA for 8fa2432
1 file changed
helm-chart/renku/values.yaml
@@ -338,9 +338,11 @@ keycloakx:
338
- ALL
339
- name: init-certificates
340
securityContext:
341
+ runAsNonRoot: true
342
allowPrivilegeEscalation: false
- runAsGroup: 65534
343
- runAsUser: 65534
+ capabilities:
344
+ drop:
345
+ - ALL
346
image: "registry.access.redhat.com/ubi8/ubi:8.4"
347
command: ["sh", "-c"]
348
args: ["mkdir -p /etc/pki/ca-trust/extracted/openssl/ /etc/pki/ca-trust/extracted/pem/ /etc/pki/ca-trust/extracted/java/ /etc/pki/ca-trust/extracted/edk2 && update-ca-trust"]
0 commit comments