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:
|
labels:
|
||||||
app: keycloak
|
app: keycloak
|
||||||
spec:
|
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:
|
containers:
|
||||||
- name: keycloak
|
- name: keycloak
|
||||||
# image: quay.io/keycloak/keycloak:23.0.1
|
# image: quay.io/keycloak/keycloak:23.0.1
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
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
|
path: keycloak/overlays/test
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Add table
Reference in a new issue