Remove secrets loading as this is handled by k8s now. Fix redis init

This commit is contained in:
Jackson Harper
2024-01-17 13:33:20 +08:00
parent d1438fe800
commit 361d57ac1d
5 changed files with 9 additions and 38 deletions

View File

@ -335,7 +335,7 @@ on smaller screens we display the note icon
vertical-align: bottom;
word-wrap: initial;
font-family: 'SF Mono', monospace !important;
white-space: pre;
white-space: break-spaces;
direction: ltr;
unicode-bidi: embed;
color: var(--font-color);