Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: rootless keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Dec 5, 2023
1 parent 228c648 commit 03051bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ keycloakx:
- name: compile-realm
image: hairyhenderson/gomplate:v3.10.0-alpine
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 100
volumeMounts:
- name: keycloak-realm-tpl
mountPath: "/realm-tpl/"
Expand All @@ -206,6 +210,10 @@ keycloakx:
- name: fetch-keycloak-providers
image: curlimages/curl
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 405
command:
- sh
args:
Expand Down

0 comments on commit 03051bf

Please sign in to comment.