Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
wistefan committed Nov 15, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wistefan Stefan Wiedemann
1 parent f606385 commit d357976
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aws/dome/consumer/keycloak/values.yaml
Original file line number Diff line number Diff line change
@@ -32,6 +32,15 @@ keycloak:
- securitycontextconstraints
verbs:
- use
containerSecurityContext:
enabled: true
runAsUser: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]

keycloakConfigCli:
enabled: true

0 comments on commit d357976

Please sign in to comment.