Skip to content

Commit

Permalink
Make announcement color configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Aug 24, 2023
1 parent bd5d9d5 commit 8b06303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ hangar:
max-concurrent-jobs: 32

storage:
type: "object"
# type: "object"
access-key: "hangar_root"
secret-key: "hangar_pass"
bucket: "hangar"
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/secret-hangar-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 8b06303

Please sign in to comment.