Make announcement color configurable

This commit is contained in:
Nassim Jahnke 2023-08-25 00:38:10 +10:00
parent bd5d9d57ec
commit 8b0630398d
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ hangar:
max-concurrent-jobs: 32
storage:
type: "object"
# type: "object"
access-key: "hangar_root"
secret-key: "hangar_pass"
bucket: "hangar"

View File

@ -45,7 +45,7 @@ stringData:
announcements:
-
text: "{{ .Values.backend.config.announcement }}"
color: "#ff544b"
color: "{{ .Values.backend.config.color }}"
security:
token-secret: "{{ .Values.backend.config.tokenSecret }}"