mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Make announcement color configurable
This commit is contained in:
parent
bd5d9d57ec
commit
8b0630398d
@ -191,7 +191,7 @@ hangar:
|
||||
max-concurrent-jobs: 32
|
||||
|
||||
storage:
|
||||
type: "object"
|
||||
# type: "object"
|
||||
access-key: "hangar_root"
|
||||
secret-key: "hangar_pass"
|
||||
bucket: "hangar"
|
||||
|
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user