fix: update keycloak theme

This commit is contained in:
Jonas Juselius
2024-02-22 09:43:55 +01:00
parent 5ba4b78292
commit 103f6d28a2
+14 -14
View File
@@ -34,17 +34,17 @@ ingress:
selfSigned: false
servicePort: http
tls: true
# initContainers: |
# - name: keycloak-theme-provider
# image: docker.io/juselius/oceanbox-theme:1.0
# imagePullPolicy: IfNotPresent
# command:
# - sh
# args:
# - -c
# - |
# echo "Copying theme..."
# cp -R /theme/* /keycloak/themes/oceanbox
# volumeMounts:
# - name: theme
# mountPath: /keycloak/themes/oceanbox
initContainers: |
- name: keycloak-theme-provider
image: docker.io/juselius/oceanbox-theme:1.1
imagePullPolicy: IfNotPresent
command:
- sh
args:
- -c
- |
echo "Copying theme..."
cp -R /theme/* /keycloak/themes/oceanbox
volumeMounts:
- name: theme
mountPath: /keycloak/themes/oceanbox