fix: update keycloak theme
This commit is contained in:
+14
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user