Change h2 dir permission
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
fbbd031691
commit
989c74b383
2 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,13 @@ spec:
|
|||
labels:
|
||||
app: keycloak
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-permissions
|
||||
image: busybox
|
||||
command: [ "sh", "-c", "chmod -R 777 /opt/keycloak/data/h2" ]
|
||||
volumeMounts:
|
||||
- mountPath: /opt/keycloak/data/h2
|
||||
name: storage
|
||||
containers:
|
||||
- name: keycloak
|
||||
# image: quay.io/keycloak/keycloak:23.0.1
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-30-v69
|
||||
targetRevision: streams-manifests-2025-01-30-v74
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue