fix: disable keycloak oceanbox theme for now

This commit is contained in:
Jonas Juselius
2024-02-21 16:41:32 +01:00
parent 8bf1d7ec3e
commit 377bb6d881
+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.0
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