feat: add custom css
All checks were successful
lint-test-helm / lint-helm (push) Successful in 57s
render-manifests-push / render-manifests-push (push) Successful in 2m7s
renovate / renovate (push) Successful in 2m21s

This commit is contained in:
2026-03-05 17:42:19 -06:00
parent fb79f11882
commit fa971b6c7f

View File

@@ -36,7 +36,14 @@ homepage:
config:
enabled: true
data:
docker.yaml: ""
custom.css: |
:root {
--color-200: #F8F9FA;
}
html {
font-size: 18px;
}
kubernetes.yaml: |
mode: cluster
settings.yaml: |
@@ -827,10 +834,10 @@ homepage:
advancedMounts:
main:
main:
- path: /app/config/bookmarks.yaml
- path: /app/config/custom.css
readOnly: true
mountPropagation: None
subPath: bookmarks.yaml
subPath: custom.css
- path: /app/config/docker.yaml
readOnly: true
mountPropagation: None