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