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 selfSigned: false
servicePort: http servicePort: http
tls: true tls: true
# initContainers: | initContainers: |
# - name: keycloak-theme-provider - name: keycloak-theme-provider
# image: docker.io/juselius/oceanbox-theme:1.0 image: docker.io/juselius/oceanbox-theme:1.1
# imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
# command: command:
# - sh - sh
# args: args:
# - -c - -c
# - | - |
# echo "Copying theme..." echo "Copying theme..."
# cp -R /theme/* /keycloak/themes/oceanbox cp -R /theme/* /keycloak/themes/oceanbox
# volumeMounts: volumeMounts:
# - name: theme - name: theme
# mountPath: /keycloak/themes/oceanbox mountPath: /keycloak/themes/oceanbox